mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Show number of automations
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user