Compare commits
85 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
cb8ffaed51
|
|||
|
bdb82c87fa
|
|||
|
c1fc03250b
|
|||
|
16864d1cd3
|
|||
|
d9c620094e
|
|||
|
d3473f382f
|
|||
|
6daed2edca
|
|||
|
01c81305c3
|
|||
|
fd184d6548
|
|||
|
f561a31487
|
|||
|
658cc3d821
|
|||
|
1d30d48784
|
|||
|
873827376b
|
|||
|
946e92689e
|
|||
|
c83cc465c8
|
|||
|
4d12204ae8
|
|||
|
721f28923a
|
|||
|
82b3f4d833
|
|||
|
f4b2ad0292
|
|||
|
aad7981983
|
|||
|
9f19a75ec3
|
|||
|
1acdd2c884
|
|||
|
ebb53377f0
|
|||
|
fedd824269
|
|||
|
84068cdc04
|
|||
|
69b1002348
|
|||
|
d3b14bf832
|
|||
|
996de9175e
|
|||
|
56917d44af
|
|||
|
387e8e304c
|
|||
|
6e4b84d3ff
|
|||
|
cbb40bbb64
|
|||
|
1c7b37189b
|
|||
|
2f3bab52b2
|
|||
|
008b500b74
|
|||
|
367fadf870
|
|||
|
8c4fd26d39
|
|||
|
d1d6f916e0
|
|||
|
28419a49fa
|
|||
|
63d1c5ab23
|
|||
|
3258cd7922
|
|||
|
4441a0f4aa
|
|||
|
93551c62d5
|
|||
|
4c4a0365bc
|
|||
|
25421d50ee
|
|||
|
35f0394310
|
|||
|
91a328058f
|
|||
|
70eff59703
|
|||
|
1a4cc3503a
|
|||
|
60157b38ce
|
|||
|
8abe309085
|
|||
|
2fd2ad50cc
|
|||
|
33c92039ce
|
|||
|
f15b01da8e
|
|||
|
e2e554dcd5
|
|||
|
d16cd1afe9
|
|||
|
4e7306fb00
|
|||
|
fae4f18ab9
|
|||
|
3776b6e413
|
|||
|
9cd85f5b9f
|
|||
|
90b696f1d2
|
|||
|
5f328a0f19
|
|||
|
15fd29da7f
|
|||
|
ff7f575207
|
|||
|
64d746056d
|
|||
|
bbdbe03632
|
|||
|
76311304ba
|
|||
|
26024fe403
|
|||
|
b4d5551291
|
|||
|
0a4b7c1bd4
|
|||
|
85b0d872c6
|
|||
|
d13f2dc8ba
|
|||
|
e6036f1400
|
|||
|
a5fecc9af0
|
|||
|
58d97c4a0c
|
|||
|
9efe2d9810
|
|||
|
2450205623
|
|||
|
c6568610f8
|
|||
|
a860a8404d
|
|||
|
84e87a9f2e
|
|||
|
03dcd81da6
|
|||
|
867044d40b
|
|||
|
d2bb3c3d49
|
|||
|
c16d247887
|
|||
|
4930f54fb5
|
@@ -354,42 +354,148 @@ views:
|
|||||||
- entity: automation.family_has_left
|
- entity: automation.family_has_left
|
||||||
- entity: switch.presence_simulation
|
- entity: switch.presence_simulation
|
||||||
- entity: binary_sensor.front_door
|
- entity: binary_sensor.front_door
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.back_door
|
- entity: binary_sensor.back_door
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.basement_studio_door
|
- entity: binary_sensor.basement_studio_door
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.emma_bedroom_door
|
- entity: binary_sensor.emma_bedroom_door
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.front_window_1
|
- entity: binary_sensor.front_window_1
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.front_window_2
|
- entity: binary_sensor.front_window_2
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.kitchen_big_window
|
- entity: binary_sensor.kitchen_big_window
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.living_room_front_motion
|
- entity: binary_sensor.living_room_front_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.downstairs_bathroom_motion
|
- entity: binary_sensor.downstairs_bathroom_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.upstairs_bathroom_motion
|
- entity: binary_sensor.upstairs_bathroom_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.stairwell_bottom_motion
|
- entity: binary_sensor.stairwell_bottom_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.emma_bedroom_motion
|
- entity: binary_sensor.emma_bedroom_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.living_room_back_motion
|
- entity: binary_sensor.living_room_back_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.mud_room_motion
|
- entity: binary_sensor.mud_room_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.basement_studio_motion
|
- entity: binary_sensor.basement_studio_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.stairwell_top_motion
|
- entity: binary_sensor.stairwell_top_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.kallen_bedroom_motion
|
- entity: binary_sensor.kallen_bedroom_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.master_bedroom_motion
|
- entity: binary_sensor.master_bedroom_motion
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: alarm_control_panel.nerdhome_alarm_panel
|
- entity: alarm_control_panel.nerdhome_alarm_panel
|
||||||
name: Nerd Home Alarm
|
name: Nerd Home Alarm
|
||||||
|
state_map:
|
||||||
|
disarmed: Disarmed
|
||||||
|
armed_home: Armed Home
|
||||||
|
armed_away: Armed Away
|
||||||
- entity: binary_sensor.front_doorbell_ding_mqtt
|
- entity: binary_sensor.front_doorbell_ding_mqtt
|
||||||
|
state_map:
|
||||||
|
'on': Ringing
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.front_doorbell_motion_mqtt
|
- entity: binary_sensor.front_doorbell_motion_mqtt
|
||||||
|
state_map:
|
||||||
|
'on': Detected
|
||||||
|
'off': Clear
|
||||||
- entity: binary_sensor.stairway_window_lower
|
- entity: binary_sensor.stairway_window_lower
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.mud_room_window
|
- entity: binary_sensor.mud_room_window
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: input_boolean.lockdown_issue
|
- entity: input_boolean.lockdown_issue
|
||||||
- entity: binary_sensor.front_window_3
|
- entity: binary_sensor.front_window_3
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.side_window_1
|
- entity: binary_sensor.side_window_1
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.side_window_2
|
- entity: binary_sensor.side_window_2
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.side_window_3
|
- entity: binary_sensor.side_window_3
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.side_window_4
|
- entity: binary_sensor.side_window_4
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.back_window_1
|
- entity: binary_sensor.back_window_1
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.back_window_2
|
- entity: binary_sensor.back_window_2
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.kitchen_sink_window
|
- entity: binary_sensor.kitchen_sink_window
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.downstairs_bathroom_window_1
|
- entity: binary_sensor.downstairs_bathroom_window_1
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.downstairs_bathroom_window_2
|
- entity: binary_sensor.downstairs_bathroom_window_2
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.stairway_window_upper
|
- entity: binary_sensor.stairway_window_upper
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: binary_sensor.upstairs_bathroom_window
|
- entity: binary_sensor.upstairs_bathroom_window
|
||||||
|
state_map:
|
||||||
|
'on': Open
|
||||||
|
'off': Closed
|
||||||
- entity: sensor.living_room_windows_open
|
- entity: sensor.living_room_windows_open
|
||||||
name: Living Room Windows
|
name: Living Room Windows
|
||||||
- type: grid
|
- type: grid
|
||||||
@@ -405,6 +511,8 @@ views:
|
|||||||
to: ''
|
to: ''
|
||||||
- from: Dimmer Switch
|
- from: Dimmer Switch
|
||||||
to: ''
|
to: ''
|
||||||
|
- from: Home Tempest Cloud Sensors
|
||||||
|
to: Tempest Weather Station
|
||||||
collapse:
|
collapse:
|
||||||
- name: 'Door Sensors (min: {min}%, count: {count})'
|
- name: 'Door Sensors (min: {min}%, count: {count})'
|
||||||
secondary_info: Battery levels {range}%
|
secondary_info: Battery levels {range}%
|
||||||
@@ -898,6 +1006,13 @@ views:
|
|||||||
int %} {% set roomtemp =
|
int %} {% set roomtemp =
|
||||||
states('sensor.master_bedroom_temperature') | int %} {{
|
states('sensor.master_bedroom_temperature') | int %} {{
|
||||||
'Threshold Met' if roomtemp >= threshold else '' }}
|
'Threshold Met' if roomtemp >= threshold else '' }}
|
||||||
|
- entity: input_number.master_bedroom_mode_switch_threshold
|
||||||
|
name: MBR Mode Switch
|
||||||
|
secondary_info: >
|
||||||
|
{% set threshold =
|
||||||
|
states('input_number.master_bedroom_mode_switch_threshold') |
|
||||||
|
int %} {% set high = states('sensor.todays_high_temp') | int
|
||||||
|
%} {{ 'Threshold Met' if high >= threshold else '' }}
|
||||||
- entity: input_boolean.master_bedroom_aircon_installed
|
- entity: input_boolean.master_bedroom_aircon_installed
|
||||||
name: Aircon Installed
|
name: Aircon Installed
|
||||||
- entity: input_boolean.master_bedroom_climate_protocol
|
- entity: input_boolean.master_bedroom_climate_protocol
|
||||||
@@ -933,6 +1048,13 @@ views:
|
|||||||
int %} {% set roomtemp =
|
int %} {% set roomtemp =
|
||||||
states('sensor.emma_bedroom_temperature') | int %} {{
|
states('sensor.emma_bedroom_temperature') | int %} {{
|
||||||
'Threshold Met' if roomtemp >= threshold else '' }}
|
'Threshold Met' if roomtemp >= threshold else '' }}
|
||||||
|
- entity: input_number.emma_bedroom_mode_switch_threshold
|
||||||
|
name: EBR Mode Switch
|
||||||
|
secondary_info: >
|
||||||
|
{% set threshold =
|
||||||
|
states('input_number.emma_bedroom_mode_switch_threshold') |
|
||||||
|
int %} {% set high = states('sensor.todays_high_temp') | int
|
||||||
|
%} {{ 'Threshold Met' if high >= threshold else '' }}
|
||||||
- entity: input_boolean.emma_bedroom_aircon_installed
|
- entity: input_boolean.emma_bedroom_aircon_installed
|
||||||
name: Aircon Installed
|
name: Aircon Installed
|
||||||
- entity: input_boolean.emma_bedroom_heater_installed
|
- entity: input_boolean.emma_bedroom_heater_installed
|
||||||
@@ -1068,6 +1190,10 @@ views:
|
|||||||
name_template: >-
|
name_template: >-
|
||||||
{{ states('input_text.tony_custom_med_name_p1') + ' Notify'
|
{{ states('input_text.tony_custom_med_name_p1') + ' Notify'
|
||||||
}}
|
}}
|
||||||
|
- entity: input_boolean.tony_custom_meds_reminder_p1
|
||||||
|
name: Reminders Active
|
||||||
|
- entity: counter.tony_custom_meds_reminder_count_p1
|
||||||
|
name: Reminder Count
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_custom_meds_tracker_p1
|
entity: input_boolean.tony_custom_meds_tracker_p1
|
||||||
@@ -1077,8 +1203,15 @@ views:
|
|||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
entities:
|
entities:
|
||||||
- entity: input_boolean.tony_ibuprofen_taken
|
- entity: input_boolean.tony_ibuprofen_taken
|
||||||
|
name: Ibuprofen Taken
|
||||||
- entity: input_datetime.tony_ibuprofen_taken
|
- entity: input_datetime.tony_ibuprofen_taken
|
||||||
|
name: Ibuprofen Taken
|
||||||
- entity: input_datetime.tony_ibuprofen_notify
|
- entity: input_datetime.tony_ibuprofen_notify
|
||||||
|
name: Ibuprofen Notify
|
||||||
|
- entity: input_boolean.tony_ibuprofen_reminder
|
||||||
|
name: Reminders Active
|
||||||
|
- entity: counter.tony_ibuprofen_reminder_count
|
||||||
|
name: Reminder Count
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_ibuprofen_active
|
entity: input_boolean.tony_ibuprofen_active
|
||||||
@@ -1088,8 +1221,15 @@ views:
|
|||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
entities:
|
entities:
|
||||||
- entity: input_boolean.tony_tylenol_taken
|
- entity: input_boolean.tony_tylenol_taken
|
||||||
|
name: Tylenol Taken
|
||||||
- entity: input_datetime.tony_tylenol_taken
|
- entity: input_datetime.tony_tylenol_taken
|
||||||
|
name: Tylenol Taken
|
||||||
- entity: input_datetime.tony_tylenol_notify
|
- entity: input_datetime.tony_tylenol_notify
|
||||||
|
name: Tylenol Notify
|
||||||
|
- entity: input_boolean.tony_tylenol_reminder
|
||||||
|
name: Reminders Active
|
||||||
|
- entity: counter.tony_tylenol_reminder_count
|
||||||
|
name: Reminder Count
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_tylenol_active
|
entity: input_boolean.tony_tylenol_active
|
||||||
@@ -1384,6 +1524,9 @@ views:
|
|||||||
name: Wakeup Fade - Day
|
name: Wakeup Fade - Day
|
||||||
- entity: input_number.wakeup_lights_fade_night
|
- entity: input_number.wakeup_lights_fade_night
|
||||||
name: Wakeup Fade - Night
|
name: Wakeup Fade - Night
|
||||||
|
- entity: input_number.sunset_lights_outdoor_lux_threshold
|
||||||
|
name: Sunset Lights Threshold
|
||||||
|
- entity: input_boolean.sunset_lights_triggered
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
state_color: true
|
state_color: true
|
||||||
- type: entities
|
- type: entities
|
||||||
|
|||||||
2677
main_dashboard.yaml
2677
main_dashboard.yaml
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user