|
|
|
@ -25,3 +25,15 @@ switch: !include_dir_merge_list switches
@@ -25,3 +25,15 @@ switch: !include_dir_merge_list switches
|
|
|
|
|
light: !include_dir_merge_list lights |
|
|
|
|
automation: !include_dir_merge_list automations |
|
|
|
|
scene: !include_dir_merge_list scenes |
|
|
|
|
|
|
|
|
|
command_line: |
|
|
|
|
- sensor: |
|
|
|
|
name: CPU Temperature |
|
|
|
|
command: "cat /sys/class/thermal/thermal_zone0/temp" |
|
|
|
|
unit_of_measurement: "°C" |
|
|
|
|
value_template: "{{ (value | multiply(0.001)) | round(1) }}" |
|
|
|
|
|
|
|
|
|
- sensor: |
|
|
|
|
name: Python Version |
|
|
|
|
command: "python3 --version" |
|
|
|
|
|