mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Updated media directory name
This commit is contained in:
@@ -97,16 +97,6 @@ card:
|
||||
top: 95%
|
||||
left: 92%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.black_bed_person_occupancy
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.black_bed_person_occupancy
|
||||
style:
|
||||
top: 30%
|
||||
left: 23%
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.black_bed_occupied
|
||||
@@ -117,16 +107,7 @@ card:
|
||||
style:
|
||||
top: 30%
|
||||
left: 18%
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.white_bed_person_occupancy
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.white_bed_person_occupancy
|
||||
style:
|
||||
top: 65%
|
||||
left: 85%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_boolean.white_bed_occupied
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -908,13 +908,13 @@ badges:
|
||||
navigation_path: /ai-yml/ai-cam04
|
||||
hold_action:
|
||||
action: more-info
|
||||
- entity: binary_sensor.back_yard_person_occupancy
|
||||
name: Yard
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /ai-yml/ai-cam14
|
||||
hold_action:
|
||||
action: more-info
|
||||
# - entity: binary_sensor.back_yard_person_occupancy
|
||||
# name: Yard
|
||||
# tap_action:
|
||||
# action: navigate
|
||||
# navigation_path: /ai-yml/ai-cam14
|
||||
# hold_action:
|
||||
# action: more-info
|
||||
- entity: binary_sensor.front_yard_person_occupancy
|
||||
name: Front
|
||||
tap_action:
|
||||
|
||||
Reference in New Issue
Block a user