-
Notifications
You must be signed in to change notification settings - Fork 47
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
Support Hubitat modes #42
Comments
A received event looks like: {
"name": "mode",
"value": "Morning",
"displayName": "Home",
"deviceId": null,
"descriptionText": "Home is now in Morning mode",
"unit": null,
"type": "LOCATION_MODE_CHANGE",
"data": null
} |
|
Just a thought, could the mode and hsm status be put into an input-select ? For mode it would give it the same look and feel as HE. Making selection from the drop down could then send a mode change request. |
It does seem like it fits the operational model pretty well. Hmmm...there's an example of dynamically adding an inputs_select at startup in |
Stale issue message |
Stale issue message |
hubitat just came out with an update 2.2.4.141 which added support to change HSM modes via maker api. would this make it easier to integrate with home assistant ? https://community.hubitat.com/t/release-2-2-4-available/55786 |
Hubitat's mode can be queried and set through the Maker API. This should be available through HA.
I'm not aware of an appropriate pre-existing device type in HA. Possibly the mode could be presented via a sensor, and a service could be used to set the mode.
The text was updated successfully, but these errors were encountered: