Fixed unit of measure
This commit is contained in:
@ -3,14 +3,14 @@ sensor:
|
|||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
name: "Tony Desktop - GPU Temperature"
|
name: "Tony Desktop - GPU Temperature"
|
||||||
state_topic: "iotlink/workgroup/tony-asus/monitor/stats/gpu_nvidia/temperatures/gpu_core"
|
state_topic: "iotlink/workgroup/tony-asus/monitor/stats/gpu_nvidia/temperatures/gpu_core"
|
||||||
unit_of_measurement: '°C'
|
unit_of_measurement: 'C'
|
||||||
icon: mdi:thermometer
|
icon: mdi:thermometer
|
||||||
value_template: "{{ value }}"
|
value_template: "{{ value }}"
|
||||||
availability_topic: "iotlink/workgroup/tony-asus/lwt"
|
availability_topic: "iotlink/workgroup/tony-asus/lwt"
|
||||||
payload_available: "ON"
|
payload_available: "ON"
|
||||||
payload_not_available: "OFF"
|
payload_not_available: "OFF"
|
||||||
qos: 1
|
qos: 1
|
||||||
|
|
||||||
script:
|
script:
|
||||||
tony_desktop_wake:
|
tony_desktop_wake:
|
||||||
# To enable see https://www.home-assistant.io/components/wake_on_lan/
|
# To enable see https://www.home-assistant.io/components/wake_on_lan/
|
||||||
|
Reference in New Issue
Block a user