Skip to content

Instantly share code, notes, and snippets.

@fastjack
Created February 4, 2018 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fastjack/b90fefe0f6d7a4902cf666e6320355c8 to your computer and use it in GitHub Desktop.
Save fastjack/b90fefe0f6d7a4902cf666e6320355c8 to your computer and use it in GitHub Desktop.
sensor:
- platform: template
sensors:
nzbget_download_paused:
friendly_name: "Downloads angehalten"
icon_template: >-
{% if is_state('sensor.nzbget_download_paused', 'False') %}
mdi:play
{% else %}
mdi:pause
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment