Open K3vb3rt opened 1 month ago
Add Log:
TypeError: 'NoneType' object is not iterable
Traceback (most recent call last):
File "/app/main.py", line 284, in
Had the same Problem, for me the fix was to move the config.yaml from /hass-unraid/data/ directly in the /hass-unraid/ directory
does not work for me, even in the /hass-unraid folder, the error is still there
+1 for me. Still does not work.
Hi, would like to use this integration to replace Glances. But everytime I set up, I get "TypeError: 'NoneType' object is not iterable" The config.yaml is in the mapped folder /mnt/user/appdata/hass-unraid/data
My compose:
services: hass-unraid: container_name: hass-unraid network_mode: bridge restart: always environment:
My config.yaml:
unraid:
mqtt: host: 192.168.1.144 port: 1883 username: mqtt-user password: my_supersecret_password
Can anyone help me to get this running?