cync_lights
cync_lights copied to clipboard
Scene not showing up in HA
I have a scene setup in the cync app that isn't coming up in HA. I have reauthorized several times and it won't come up. I ran your python script and found it was retrieving the following scene information.
"sceneArray": [
{
"isReal": true,
"sceneType": 5,
"displayName": "blue flames",
"sceneID": 1,
"showOnHome": true,
"position": 0,
"actionArray": [
{
"showIndex": 12,
"fade": 0,
"bright": 1,
"cctOrRgb": "",
"bulbIsOn": true,
"deviceID": 1,
"runMode": 1
}
]
}
],