I’m a newbie to HA and this forum so if this is in the wrong place, please let me know. I’m running HA on HASSbian & a Pi 3+. I have successfully set up Google Home & Skybell, but am having trouble with Decora. First I tried this from the components:
light:
Skybell doorbell indicator light
-
platform: skybell
-
platform: decora_wifi
username: !secret email
password: !secret leviton_pw
After looking around, I then tried this:
- platform: decora_wifi
username: my_leviton_login_!secret email
password: my_leviton_password_!secret leviton_pw
In both cases I get these log entries:
Setup of platform decora_wifi is taking longer than 60 seconds. Startup will proceed without waiting any longer.
10:25 AM helpers/entity_platform.py (ERROR)
Setup of platform decora_wifi is taking over 10 seconds.
10:24 AM bootstrap.py (WARNING)
Or this from the full HA log:
2018-04-05 10:24:54 WARNING (MainThread) [homeassistant.components.light] Setup of platform decora_wifi is taking over 10 seconds.
2018-04-05 10:25:44 ERROR (MainThread) [homeassistant.components.light] Setup of platform decora_wifi is taking longer than 60 seconds. Startup will proceed without waiting any longer.
Any ideas out there??
Thanks