Skip to content
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

Updated driver.js to handle new controllableName #69

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

KimK1703
Copy link

Newer Somfy exterior blinds are now labeled "AwningValanceIOComponent" instead of "VerticalExteriorAwningIOComponent".

Example of device naming from https://www.tahomalink.com/enduser-mobile-web/enduserAPI/setup:

"creationTime": 1571249357000,
"lastUpdateTime": 1571249357000,
"label": "Stue 2",
"deviceURL": "io://xxxx-yyyy-zzzz/zzzzz",
"shortcut": false,
"controllableName": "io:AwningValanceIOComponent",
"definition": {

According to another git they should behave the same way: home-assistant/core#24673

Newer Somfy exterior blinds are now labeled "AwningValanceIOComponent" instead of "VerticalExteriorAwningIOComponent".

Example of device naming from https://www.tahomalink.com/enduser-mobile-web/enduserAPI/setup:

"creationTime": 1571249357000,
            "lastUpdateTime": 1571249357000,
            "label": "Stue 2",
            "deviceURL": "io://xxxx-yyyy-zzzz/zzzzz",
            "shortcut": false,
            "controllableName": "io:AwningValanceIOComponent",
            "definition": {

According to another git they should behave the same way: home-assistant/core#24673
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant