Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Fixes for HomeSeer MNS Insteon HS4 plugin using different different control values from status values.#77

Open
Airey001 wants to merge 15 commits into
marthoc:mainfrom
Airey001:main
Open

Fixes for HomeSeer MNS Insteon HS4 plugin using different different control values from status values.#77
Airey001 wants to merge 15 commits into
marthoc:mainfrom
Airey001:main

Conversation

@Airey001
Copy link
Copy Markdown

@Airey001 Airey001 commented Jul 3, 2022

No description provided.

Airey001 added 15 commits July 2, 2022 20:34
Update is_on to use the device value.  This is needed for plugins (Example HS4 MNS Insteon) that use differnt status and control values in homeseer.  The new Insteon plugin uses 101 as on and 102 as off for control but status uses value of 0 as off and 100 as on.  Since they don't match need to look at the value if 0 then off if 1 to 100 then on.
Update is_on to use the device value.  This is needed for plugins (Example HS4 MNS Insteon) that use different status and control values in homeseer.  The new Insteon plugin uses 101 as on and 102 as off for control but status uses value of 0 as off and 100 as on.  Since they don't match need to look at the value if 0 then off if 1 to 100 then on.
Update Version for changes
Calling config_entries.async_forward_entry_setup is deprecated as of 2025.6

https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant