I have recently been tinkering with HA and setting it up. I have tried Home Assistant 0.102.3 and Hass.io 0.103.0
I have had luck setting most things up (Harmony, Xiaomi, Tuya switches, Dyson fan, etc.) However, I keep running into the same error/problem with Ring.
## Log Details (ERROR)
Wed Dec 18 2019 20:01:19 GMT+1100 (Australian Eastern Daylight Time)
Invalid config for [ring]: string value is None for dictionary value @ data['ring']['password']. Got None. (See /config/configuration.yaml, line 25). Please check the docs at https://home-assistant.io/integrations/ring/
Okay then you need to put it in quotes in the secrets file. The # character signifies that a comment is coming, that’s also why the error message says the password is empty, because it takes your password as a comment.
Thanks, it looks like that got me past that problem. A few new issues now, but, that looks like it is Ring/docker related so I will try to fix that myself before posting
Appreciate your help
For those that land on this page, after getting the above to work. I couldn’t get it to display. I had two factor authentication enabled and when I disabled it, then it displayed. I will look into it further down the track but disabled for the time being…