Last active
February 4, 2021 21:48
-
-
Save Didgeridrew/b99c063e3e76865c0fcab668541a79ed to your computer and use it in GitHub Desktop.
kodi_temp_sensor_for_bill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensor: | |
- platform: template | |
sensors: | |
kodi_temp: | |
friendly_name: GPU temp | |
device_class: temperature | |
unit_of_measurement: "°C" | |
value_template: >- | |
{{ state_attr('sensor.rpi4_kodi_monitor', 'temp_gpu_c') }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment