Skip to content

Instantly share code, notes, and snippets.

@Didgeridrew
Last active February 4, 2021 21:48
Show Gist options
  • Save Didgeridrew/b99c063e3e76865c0fcab668541a79ed to your computer and use it in GitHub Desktop.
Save Didgeridrew/b99c063e3e76865c0fcab668541a79ed to your computer and use it in GitHub Desktop.
kodi_temp_sensor_for_bill
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