mrpharderwijk / hass-nolu

Nolu a Home Assistant framework for Lovelace
9 stars 1 forks source link

Time and System Monitor sensors not working #10

Closed damianeickhoff closed 3 years ago

damianeickhoff commented 3 years ago

The Time and System Monitor Sensors are not loading in HA.

This is caused by the fact that the folder, where those sensors are defined, is not included in the template.package.yaml. In that file, its including the sensors in nolu/custom/includes/sensors/template_sensors/sensors while the 2 missing sensors are located in nolu/custom/includes/sensors/intergration_sensors

Moving the 2 files (system_monitor.intergration.yaml and time_date.intergration.yaml) to the nolu/custom/includes/sensors/template_sensors/sensors fixed the problem.

maybe there is another (cleaner) way to achieve this, like moving the whole intergration_sensors folder to the .../template_sensors/sensors but for now, this works.