Hi,
Thanks for the quick reply. I’ve consulted that, and this is probably where my noob-status in hass shows. I have tried this as well, but doesn’t work either:
neato Neato:
name: Neato
username: !secret neato_username
password: !secret neato_password
neato Alf:
name: Alf
username: !secret vorwerk_username
password: !secret vorwerk_password
vendor: 'vorwerk'
I get this in my log when I try to check the config file prior to reloading:
Logger: aiohttp.server
Source: helpers/check_config.py:130
First occurred: 8:42:18 PM (1 occurrences)
Last logged: 8:42:18 PM
Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 73, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 129, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/config/core.py", line 29, in post
errors = await async_check_ha_config_file(request.app["hass"])
File "/usr/src/homeassistant/homeassistant/config.py", line 857, in async_check_ha_config_file
res = await check_config.async_check_ha_config_file(hass)
File "/usr/src/homeassistant/homeassistant/helpers/check_config.py", line 130, in async_check_ha_config_file
result[domain] = config[domain]
KeyError: 'neato'
Any pointers?
Cheers!