Fixed unit of measure
This commit is contained in:
@ -3,7 +3,7 @@ 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"
|
||||||
|
Reference in New Issue
Block a user