You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, all this is more of a help request than an issue but since we don't have a discussion forum I will use this issue request.
below is my DreamScreen setting in the configuration.yaml all 3 DreamScreens can be controlled from the services tab with the service call button but not all will not show up unless they are manually turned on via the DreamScreen buttons or turning them on from my DreamScreen app on my old Ipad running IOS12. I have to either restart Home Assistant or some time polling needs to occur where HA finds devices and will add them all back into the services or states area.
dreamscreen:
devices:
solo_office:
address: 192.168.1.5
solo_livingroom:
address: 192.168.1.7
ds4k_bedroom:
address: 192.168.1.6
timeout: 5
This results in a log error pointing to lines 37,38,39 contains duplicate key "address"
For the example config provided to expose the dream screen to the emulated Hue where do I add the example would it go in the scripts.yaml?
Thank you
The text was updated successfully, but these errors were encountered:
Hello, all this is more of a help request than an issue but since we don't have a discussion forum I will use this issue request.
dreamscreen:
devices:
address: 192.168.1.5
address: 192.168.1.7
address: 192.168.1.6
timeout: 5
This results in a log error pointing to lines 37,38,39 contains duplicate key "address"
Thank you
The text was updated successfully, but these errors were encountered: