I did a simple configuration in HADashboard yaml file for a new sensor setting in HA but when a check in default HADashboard they are not there you can see in picture below:
my first thought was I did something wrong and check it, it was OK. Then I checked in HADashboard with obsidian skin and found that my sensor are properly configured, working and displaying in fifth line. The picture is here below:
there is not error in logs, here is when default is started http://192.168.0.100:5050/Danny
2018-09-09 17:05:06.221879 INFO function [get_dashboard] finished in 205 ms
2018-09-09 17:05:06.241309 INFO HADashboard: Dashboard disconnected
2018-09-09 17:05:06.527602 INFO HADashboard: New dashboard connected: Main Panel
then when I change to obsidian skin http://192.168.0.100:5050/Danny?skin=obsidian log is this
2018-09-09 17:07:46.461631 INFO function [get_dashboard] finished in 205 ms
2018-09-09 17:07:46.479550 INFO HADashboard: Dashboard disconnected
2018-09-09 17:07:46.784783 INFO HADashboard: New dashboard connected: Main Panel
I dont copy the pictures because they are the same
what values do the sensors have when you look in HA devtools, states?
somehow i think the state is "unknown"there too, but that wont show in the HA GUI.