Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
60157b38ce
|
|||
8abe309085
|
|||
2fd2ad50cc
|
@ -354,42 +354,148 @@ views:
|
||||
- entity: automation.family_has_left
|
||||
- entity: switch.presence_simulation
|
||||
- entity: binary_sensor.front_door
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.back_door
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.basement_studio_door
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.emma_bedroom_door
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.front_window_1
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.front_window_2
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.kitchen_big_window
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.living_room_front_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.downstairs_bathroom_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.upstairs_bathroom_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.stairwell_bottom_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.emma_bedroom_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.living_room_back_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.mud_room_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.basement_studio_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.stairwell_top_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.kallen_bedroom_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.master_bedroom_motion
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: alarm_control_panel.nerdhome_alarm_panel
|
||||
name: Nerd Home Alarm
|
||||
state_map:
|
||||
disarmed: Disarmed
|
||||
armed_home: Armed Home
|
||||
armed_away: Armed Away
|
||||
- entity: binary_sensor.front_doorbell_ding_mqtt
|
||||
state_map:
|
||||
'on': Ringing
|
||||
'off': Clear
|
||||
- entity: binary_sensor.front_doorbell_motion_mqtt
|
||||
state_map:
|
||||
'on': Detected
|
||||
'off': Clear
|
||||
- entity: binary_sensor.stairway_window_lower
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.mud_room_window
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: input_boolean.lockdown_issue
|
||||
- entity: binary_sensor.front_window_3
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.side_window_1
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.side_window_2
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.side_window_3
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.side_window_4
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.back_window_1
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.back_window_2
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.kitchen_sink_window
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.downstairs_bathroom_window_1
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.downstairs_bathroom_window_2
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.stairway_window_upper
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.upstairs_bathroom_window
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: sensor.living_room_windows_open
|
||||
name: Living Room Windows
|
||||
- type: grid
|
||||
|
@ -1272,6 +1272,8 @@ views:
|
||||
action: toggle
|
||||
icon: mdi:palette
|
||||
styles: ''
|
||||
modules:
|
||||
- default
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Lights
|
||||
@ -1454,6 +1456,9 @@ views:
|
||||
button_action:
|
||||
double_tap_action:
|
||||
action: none
|
||||
button_type: switch
|
||||
modules:
|
||||
- default
|
||||
- type: custom:bubble-card
|
||||
card_type: button
|
||||
button_type: switch
|
||||
@ -1485,8 +1490,26 @@ views:
|
||||
button_action:
|
||||
double_tap_action:
|
||||
action: none
|
||||
button_type: switch
|
||||
modules:
|
||||
- default
|
||||
- type: custom:bubble-card
|
||||
card_type: empty-column
|
||||
card_type: button
|
||||
name: Recliner Mode
|
||||
show_state: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
double_tap_action:
|
||||
action: none
|
||||
hold_action:
|
||||
action: more-info
|
||||
button_action:
|
||||
double_tap_action:
|
||||
action: none
|
||||
button_type: switch
|
||||
modules:
|
||||
- default
|
||||
entity: input_boolean.recliner_mode
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Status
|
||||
@ -1521,8 +1544,8 @@ views:
|
||||
- type: custom:streamline-card
|
||||
template: popup_accent_color_button
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.basement_studio_motion
|
||||
name: Motion
|
||||
entity: binary_sensor.basement_studio_motion
|
||||
- type: custom:streamline-card
|
||||
template: popup_accent_color_button
|
||||
variables:
|
||||
@ -4101,6 +4124,22 @@ views:
|
||||
- condition: state
|
||||
entity: input_boolean.emma_sleeping
|
||||
state: 'on'
|
||||
- type: custom:mushroom-template-badge
|
||||
icon: mdi:wrench-clock
|
||||
entity: input_boolean.server_maintenance
|
||||
color: var(--warning-color)
|
||||
label: Server Maintenance
|
||||
content: Interruptions Possible
|
||||
tap_action:
|
||||
action: none
|
||||
hold_action:
|
||||
action: none
|
||||
double_tap_action:
|
||||
action: none
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: input_boolean.server_maintenance
|
||||
state: 'on'
|
||||
header:
|
||||
card:
|
||||
type: markdown
|
||||
|
Reference in New Issue
Block a user