-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RF] Improve Home Assistant auto discoverability #2057
base: development
Are you sure you want to change the base?
Commits on Sep 13, 2024
-
add '-DvalueAsATopic=true' to RF based environments
add '-DvalueAsATopic=true' to RF based environments. Required to support changes in zgatewayRF.ino for Home Assistant discoverability
James Carey committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 483b2b6 - Browse repository at this point
Copy the full SHA 483b2b6View commit details -
Modify gatewayRF to improve Home Assistant auto discoverability
Pass "recieved" as the type argument and switchRF[0] as the subtype argument to announceDeviceTrigger() which will cause recieved codes to be picked up by home assistant as triggers, i.e. When setting up automations in Home Assistant, selecting a `device` trigger and an OMG device will allow the user to select a code picked up during the autoDiscover window as the trigger for the automation, for example "1394004" recieved. In order to support this, the `'-DvalueAsATopic=true'` argument must be added to all environments using the RF Library Also change getUniqueId() call to remove leading '-' which will prevent MQTT topics having '--' in them
James Carey committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d677b6 - Browse repository at this point
Copy the full SHA 9d677b6View commit details
Commits on Sep 17, 2024
-
James Carey committed
Sep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for fbf3527 - Browse repository at this point
Copy the full SHA fbf3527View commit details -
Remove trailing space on line 104 (Lint Fix)
James Carey committedSep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for c3ea79f - Browse repository at this point
Copy the full SHA c3ea79fView commit details
Commits on Sep 18, 2024
-
Fix Type-O's in ZgatewayRF.ino
Fix Type-O's in ZgatewayRF.ino "recieved" => "received"
Configuration menu - View commit details
-
Copy full SHA for e77a073 - Browse repository at this point
Copy the full SHA e77a073View commit details
Commits on Oct 6, 2024
-
Rolled back addition of "action" object in MQTT Payload
James Carey committedOct 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c5afe5b - Browse repository at this point
Copy the full SHA c5afe5bView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6b860d - Browse repository at this point
Copy the full SHA e6b860dView commit details