Created
August 15, 2020 11:09
-
-
Save andrew-codechimp/247d510e8f29eab5a8a51303cd97cce2 to your computer and use it in GitHub Desktop.
A binary sensor for Home Assistant to indicate all torrents completed
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
binary_sensor: | |
- platform: template | |
sensors: | |
transmission_all_complete: | |
friendly_name: Transmission All Complete | |
value_template: "{{ states('sensor.transmission_total_torrents')|float == states('sensor.transmission_completed_torrents')|float }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment