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.
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 innolu/custom/includes/sensors/intergration_sensors
Moving the 2 files (
system_monitor.intergration.yaml
andtime_date.intergration.yaml
) to thenolu/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.