title: Watchman
path: watchman
icon: mdi:eye-check
type: sections
max_columns: 4
visible:
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
sections:
- type: grid
cards:
- type: markdown
content: >-
Missing Entities: {{ states.sensor.watchman_missing_entities.state }}
{%- for item in state_attr("sensor.watchman_missing_entities","entities") %}
{%- endfor %}
- type: grid
cards:
- type: markdown
content: >-
Missing Actions: {{ states.sensor.watchman_missing_actions.state }}
{%- for item in state_attr("sensor.watchman_missing_actions","entities") %}
{%- endfor %}
header:
card:
type: markdown
content: |
# Watchman Report
text_only: true
badges:
- type: entity
show_name: true
show_state: true
show_icon: true
entity: sensor.watchman_last_updated
name: Last Updated
tap_action:
action: perform-action
perform_action: watchman.report
target: {}
data:
parse_config: true
create_file: true
- type: entity
show_name: true
show_state: true
show_icon: true
entity: sensor.watchman_missing_entities
name: Missing Entities
tap_action:
action: none
- type: entity
show_name: true
show_state: true
show_icon: true
entity: sensor.watchman_missing_actions
name: Missing Actions
tap_action:
action: none