Show number of automations

This commit is contained in:
2020-06-27 19:13:06 +03:00
parent c21135997f
commit 6c32980bb9
2 changed files with 5 additions and 0 deletions
@@ -23,6 +23,8 @@ cards:
title: Misc
show_header_toggle: false
entities:
- entity: sensor.automations_count
icon: mdi:pound
- automation.titanium_turn_off_when_idle
- automation.speech_enable_when_meeting_is_over
- automation.speech_disable_when_meeting_starts
+3
View File
@@ -29,6 +29,9 @@ sensor:
sarah_url:
friendly_name: "SARAH's URL"
value_template: !secret sarah_url
automations_count:
friendly_name: "Number of automations"
value_template: "{{ states.automation | count }}"
shell_command: