While I am trying to setup the broadlink addon i get this error code. The config file is working because my installation died on me but i mange to save my config.yaml
Error while setting up platform broadlink
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/local/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/switch/broadlink.py”, line 178, in setup_platform
broadlink_device.auth()
File “/usr/local/lib/python3.6/site-packages/broadlink/init.py”, line 228, in auth
response = self.send_packet(0x65, payload)
File “/usr/local/lib/python3.6/site-packages/broadlink/init.py”, line 303, in send_packet
self.cs.sendto(packet, self.host)
socket.gaierror: [Errno -2] Name does not resolve