Hi!
Trying to get sensos data.
is the issue beacuse of homeassistant context?
how can i run this ?
2022-12-20 07:30:11.657 ERROR (SyncWorker_11) [homeassistant.components.command_line] Command failed (with return code 127): sensors -j ./config/sensors.txt
2022-12-20 07:30:11.663 ERROR (SyncWorker_2) [homeassistant.components.command_line] Command failed (with return code 1): cat ./config/sensors.txt
works fine from the commandline.
- platform: command_line
name: sensors_read
command: sensors -j ./config/sensors.txt
scan_interval: 30
command_timeout: 30
- platform: command_line
name: temp_cpu0_core0
command: cat ./config/sensors.txt
value_template: '{{ value_json["iwlwifi_1-virtual-0"]["temp1"]["temp1_input"] }}'
scan_interval: 30
command_timeout: 30
unit_of_measurement: "°C"