Just started working with Garadget and followed these directions - https://www.home-assistant.io/components/cover.garadget/. In 85.1, it was working. After upgrading to .86, I get an error message that platforms and components could not be setup. I have double checked my config and nothing appears to changed.
Other than ripping out the config and putting it back in, what else can I look at ?
So are you saying that literally the only thing you have that is different from a default configuration is the garadget configuration? that you installed HA and the only thing you’ve done at all is add the garadget config?
Also - post your code properly for the forum. We can’t help you if we can’t see possible formatting errors. see the blue box above.
I have the same issue and mine has worked for a couple years.
This is the error on the config which hasn’t changed.
Invalid config for [cover.garadget]: [300028001751353432393432] is an invalid option for [cover.garadget]. Check: cover.garadget->covers->300028001751353432393432. (See ?, line ?). Please check the docs at https://home-assistant.io/components/cover.garadget/
here is my yaml that matches the docs and has always worked.
- platform: garadget
covers:
garadget1: #this line was added - from example
device: 300028001751353432393432 #this line was edited - from example - pay attention to : at end!
username: !secret garadgetlogin
password: !secret garadgetpass