Updated media directory name

This commit is contained in:
CeeWeasel
2025-07-26 21:35:14 -04:00
parent 1987e51be2
commit 2de52ba298
24 changed files with 178 additions and 222 deletions
-56
View File
@@ -153,20 +153,6 @@ cards:
card:
type: horizontal-stack
cards:
- type: entity-filter
entities:
- binary_sensor.master_bed_person_occupancy
show_empty: false
state_filter:
- 'on'
card:
type: picture-glance
title: Master Bed
camera_view: auto
entities: []
image_entity: image.frigate_cam06_person
entity: binary_sensor.master_bed_person_occupancy
- type: entity-filter
entities:
- binary_sensor.master_bedroom_person_occupancy
@@ -190,20 +176,6 @@ cards:
card:
type: horizontal-stack
cards:
- type: entity-filter
entities:
- binary_sensor.master_bed_person_occupancy
show_empty: false
state_filter:
- 'on'
card:
type: picture-glance
title: Master Bed
camera_view: auto
entities: []
image_entity: image.frigate_cam07_person
entity: binary_sensor.master_bed_person_occupancy
- type: entity-filter
entities:
- binary_sensor.master_bedroom_person_occupancy
@@ -227,34 +199,6 @@ cards:
card:
type: horizontal-stack
cards:
- type: entity-filter
entities:
- binary_sensor.black_bed_person_occupancy
show_empty: false
state_filter:
- 'on'
card:
type: picture-glance
title: Black Bed
camera_view: auto
entities: []
image_entity: image.frigate_cam08_person
entity: binary_sensor.black_bed_person_occupancy
- type: entity-filter
entities:
- binary_sensor.white_bed_person_occupancy
show_empty: false
state_filter:
- 'on'
card:
type: picture-glance
title: White Bed
camera_view: auto
entities: []
image_entity: image.frigate_cam08_person
entity: binary_sensor.white_bed_person_occupancy
- type: entity-filter
entities:
- binary_sensor.nursery_person_occupancy
+60 -35
View File
@@ -1,40 +1,65 @@
title: Watchman
path: watchman
icon: mdi:sunglasses
icon: mdi:eye-check
type: sections
max_columns: 4
visible:
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
cards:
- type: vertical-stack
sections:
- type: grid
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: >-
<h2> <ha-icon icon='mdi:shield-half-full'></ha-icon> Watchman Report<h2>
<h3>Missing Entities: {{ states.sensor.watchman_missing_entities.state }}</h3>
{%- for item in state_attr("sensor.watchman_missing_entities","entities") %}
<hr> <table><tr> <td> <ha-icon icon='mdi: {%- if item.state=="missing"-%}cloud-alert' {%- elif item.state=="unavail"
-%}cloud-off-outline' {%- else-%}cloud-question' {%- endif -%} ></ha-icon> {{
item.id }} [{{item.state}}] <a title="{{item.occurrences}}">
{{item.occurrences.split('/')[-1].split(':')[0]}}</a> </td></tr></table>
{%- endfor %}
<h3> Missing Services: {{ states.sensor.watchman_missing_services.state }}</h3>
{%- for item in state_attr("sensor.watchman_missing_services", "entities") %}
<hr><table><tr><td><ha-icon icon='mdi:cloud-alert'></ha-icon> {{ item.id }} <a
title="{{item.occurrences}}">{{item.occurrences.split('/')[-1].split(':')[0]}}
</a></td></tr></table>
{%- endfor %}
- type: markdown
content: >-
<h2>Missing Entities: {{ states.sensor.watchman_missing_entities.state }}</h2>
{%- for item in state_attr("sensor.watchman_missing_entities","entities") %}
<hr> <table><tr> <td> <ha-icon icon='mdi: {%- if item.state=="missing"-%}cloud-alert' {%- elif item.state=="unavail"
-%}cloud-off-outline' {%- else-%}cloud-question' {%- endif -%} ></ha-icon> {{
item.id }} [{{item.state}}] <a title="{{item.occurrences}}">
{{item.occurrences.split('/')[-1].split(':')[0]}}</a> </td></tr></table>
{%- endfor %}
- type: grid
cards:
- type: markdown
content: >-
<h2> Missing Services: {{ states.sensor.watchman_missing_services.state }}</h2>
{%- for item in state_attr("sensor.watchman_missing_services","entities") %}
<hr><table><tr><td><ha-icon icon='mdi:cloud-alert'></ha-icon> {{item.id }}
<a title="{{item.occurrences}}">{{item.occurrences.split('/')[-1].split(':')[0]}}
</a></td></tr></table>
{%- 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: false
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_services
name: Missing Services
tap_action:
action: none