Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c1fc03250b
|
|||
|
16864d1cd3
|
|||
|
d9c620094e
|
|||
|
d3473f382f
|
|||
|
6daed2edca
|
|||
|
01c81305c3
|
|||
|
fd184d6548
|
|||
|
f561a31487
|
|||
|
658cc3d821
|
|||
|
1d30d48784
|
|||
|
873827376b
|
|||
|
946e92689e
|
|||
|
c83cc465c8
|
|||
|
4d12204ae8
|
|||
|
721f28923a
|
|||
|
82b3f4d833
|
@@ -1006,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
|
||||||
@@ -1041,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
|
||||||
@@ -1176,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
|
||||||
@@ -1185,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
|
||||||
@@ -1196,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
|
||||||
|
|||||||
@@ -173,6 +173,25 @@ views:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: /lovelace/weather
|
navigation_path: /lovelace/weather
|
||||||
|
- type: custom:mushroom-template-card
|
||||||
|
primary: Lightning Warning
|
||||||
|
secondary: >-
|
||||||
|
{{
|
||||||
|
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour')
|
||||||
|
}} strikes in last hour!
|
||||||
|
icon: mdi:lightning-bolt
|
||||||
|
entity: binary_sensor.lightning_warning
|
||||||
|
color: var(--warning-color)
|
||||||
|
badge_icon: mdi:exclamation
|
||||||
|
badge_color: var(--error-color)
|
||||||
|
tap_action:
|
||||||
|
action: none
|
||||||
|
icon_tap_action:
|
||||||
|
action: none
|
||||||
|
visibility:
|
||||||
|
- condition: state
|
||||||
|
entity: binary_sensor.lightning_warning
|
||||||
|
state: 'on'
|
||||||
column_span: 1
|
column_span: 1
|
||||||
- type: grid
|
- type: grid
|
||||||
cards:
|
cards:
|
||||||
@@ -425,6 +444,14 @@ views:
|
|||||||
BobEvans: at work
|
BobEvans: at work
|
||||||
- entity: timer.kallen_timer
|
- entity: timer.kallen_timer
|
||||||
- entity: person.kallen_stork
|
- entity: person.kallen_stork
|
||||||
|
name: Kallen Stork
|
||||||
|
content_template: '{{display_name}} is {{state}}'
|
||||||
|
remove_repeats: false
|
||||||
|
state_map:
|
||||||
|
not_home: traveling
|
||||||
|
Wal-Mart: at Wal-Mart
|
||||||
|
School: at school
|
||||||
|
Hospital: at the hospital
|
||||||
- entity: person.emmalynn_stork
|
- entity: person.emmalynn_stork
|
||||||
- entity: automation.family_has_arrived
|
- entity: automation.family_has_arrived
|
||||||
content_template: Family Arrived
|
content_template: Family Arrived
|
||||||
@@ -474,11 +501,12 @@ views:
|
|||||||
- entity: sensor.home_tempest_cloud_sensors_precipitation_intensity
|
- entity: sensor.home_tempest_cloud_sensors_precipitation_intensity
|
||||||
name: Precipitation Intensity
|
name: Precipitation Intensity
|
||||||
state_map:
|
state_map:
|
||||||
none: None
|
no_rain: None
|
||||||
very_light: Very Light
|
very_light: Very Light
|
||||||
light: Light
|
light: Light
|
||||||
moderate: Moderate
|
moderate: Moderate
|
||||||
heavy: Heavy
|
heavy: Heavy
|
||||||
|
very_heavy: Very Heavy
|
||||||
- entity: input_boolean.recliner_mode
|
- entity: input_boolean.recliner_mode
|
||||||
- entity: timer.washer_timer
|
- entity: timer.washer_timer
|
||||||
state_map:
|
state_map:
|
||||||
@@ -2046,14 +2074,25 @@ views:
|
|||||||
step: row
|
step: row
|
||||||
control:
|
control:
|
||||||
hvac:
|
hvac:
|
||||||
|
'off':
|
||||||
|
name: 'Off'
|
||||||
heat: false
|
heat: false
|
||||||
|
cool:
|
||||||
|
name: Cool
|
||||||
|
auto:
|
||||||
|
name: Auto
|
||||||
|
dry:
|
||||||
|
name: Dry
|
||||||
|
fan_only:
|
||||||
|
name: Fan Only
|
||||||
preset:
|
preset:
|
||||||
none:
|
none:
|
||||||
name: Eco Off
|
name: Eco Off
|
||||||
eco:
|
eco:
|
||||||
name: Eco On
|
name: Eco On
|
||||||
boost: false
|
boost: false
|
||||||
comfort: false
|
comfort:
|
||||||
|
name: Comfort
|
||||||
sleep: false
|
sleep: false
|
||||||
away: false
|
away: false
|
||||||
- type: custom:state-switch
|
- type: custom:state-switch
|
||||||
@@ -2420,14 +2459,25 @@ views:
|
|||||||
step: row
|
step: row
|
||||||
control:
|
control:
|
||||||
hvac:
|
hvac:
|
||||||
|
'off':
|
||||||
|
name: 'Off'
|
||||||
heat: false
|
heat: false
|
||||||
|
cool:
|
||||||
|
name: Cool
|
||||||
|
auto:
|
||||||
|
name: Auto
|
||||||
|
dry:
|
||||||
|
name: Dry
|
||||||
|
fan_only:
|
||||||
|
name: Fan Only
|
||||||
preset:
|
preset:
|
||||||
none:
|
none:
|
||||||
name: Eco Off
|
name: Eco Off
|
||||||
eco:
|
eco:
|
||||||
name: Eco On
|
name: Eco On
|
||||||
boost: false
|
boost: false
|
||||||
comfort: false
|
comfort:
|
||||||
|
name: Comfort
|
||||||
sleep: false
|
sleep: false
|
||||||
away: false
|
away: false
|
||||||
- type: custom:state-switch
|
- type: custom:state-switch
|
||||||
@@ -7252,6 +7302,7 @@ views:
|
|||||||
type: custom:multiple-entity-row
|
type: custom:multiple-entity-row
|
||||||
name: Warnings
|
name: Warnings
|
||||||
state_header: Tornado
|
state_header: Tornado
|
||||||
|
icon: wi:tornado
|
||||||
entities:
|
entities:
|
||||||
- entity: binary_sensor.severe_thunderstorm_warning
|
- entity: binary_sensor.severe_thunderstorm_warning
|
||||||
name: Severe T-storm
|
name: Severe T-storm
|
||||||
@@ -7260,6 +7311,7 @@ views:
|
|||||||
name: Wind
|
name: Wind
|
||||||
format: precision1
|
format: precision1
|
||||||
state_header: Speed
|
state_header: Speed
|
||||||
|
icon: wi:windy
|
||||||
entities:
|
entities:
|
||||||
- entity: sensor.home_wind_direction_degrees
|
- entity: sensor.home_wind_direction_degrees
|
||||||
name: Bearing
|
name: Bearing
|
||||||
@@ -7271,11 +7323,13 @@ views:
|
|||||||
type: custom:multiple-entity-row
|
type: custom:multiple-entity-row
|
||||||
name: Moisture
|
name: Moisture
|
||||||
state_header: Humidity
|
state_header: Humidity
|
||||||
|
icon: wi:humidity
|
||||||
entities:
|
entities:
|
||||||
- entity: sensor.home_tempest_dew_point
|
- entity: sensor.home_tempest_dew_point
|
||||||
name: Dew Point
|
name: Dew Point
|
||||||
- entity: sensor.home_tempest_local_slp
|
- entity: sensor.home_tempest_local_slp
|
||||||
name: Barometric Pressure
|
name: Barometric Pressure
|
||||||
|
icon: wi:barometer
|
||||||
- entity: sensor.current_season
|
- entity: sensor.current_season
|
||||||
icon: mdi:leaf
|
icon: mdi:leaf
|
||||||
- entity: sensor.home_tempest_uv_index
|
- entity: sensor.home_tempest_uv_index
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user