-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: 'NoneType' object is not iterable #20
Comments
Add Log: TypeError: 'NoneType' object is not iterable |
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. |
+1 Can't get it to 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:
- TZ=Europe/Berlin
volumes:
- '/mnt/user/appdata/hass-unraid/data:/data'
labels:
- 'net.unraid.docker.icon=/mnt/user/docker/docker-icons/data/hass-unraid.png'
image: ghcr.io/idmedia/hass-unraid:latest
My config.yaml:
unraid:
host: 192.168.1.100
port: 80
ssl: False
username: root
password: my_supersecret_password
scan_interval: 30
mqtt:
host: 192.168.1.144
port: 1883
username: mqtt-user
password: my_supersecret_password
Can anyone help me to get this running?
The text was updated successfully, but these errors were encountered: