diff --git a/configuration.yaml b/configuration.yaml index 6665ded..b34e6b0 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -24,12 +24,13 @@ automation: !include_dir_merge_list automations scene: !include_dir_merge_list scenes command_line: - sensor: - - name: CPU Temperature + - sensor: + name: CPU Temperature command: "cat /sys/class/thermal/thermal_zone0/temp" unit_of_measurement: "°C" value_template: "{{ (value | multiply(0.001)) | round(1) }}" - - name: Python Version + - sensor: + name: Python Version command: "python3 --version" mqtt: