title: Watchman path: watchman icon: mdi:sunglasses visible: - user: 24a4bd075e7f41a497dd0390a1dd4a9f cards: - type: vertical-stack cards: - type: custom:mushroom-chips-card chips: - type: back - type: button entity: sensor.watchman_last_updated name: Update show_name: true show_icon: true tap_action: action: call-service service: watchman.report service_data: parse_config: true target: {} - type: markdown content: >-

Watchman Report

Missing Entities: {{ states.sensor.watchman_missing_entities.state }}

{%- for item in state_attr("sensor.watchman_missing_entities","entities") %}
{{ item.id }} [{{item.state}}] {{item.occurrences.split('/')[-1].split(':')[0]}}
{%- endfor %}

Missing Services: {{ states.sensor.watchman_missing_services.state }}

{%- for item in state_attr("sensor.watchman_missing_services", "entities") %}
{{ item.id }} {{item.occurrences.split('/')[-1].split(':')[0]}}
{%- endfor %}