11 Commits

2 changed files with 728 additions and 513 deletions

View File

@ -1,4 +1,4 @@
decluttering_templates:
streamline_templates:
phone_info_grid:
card:
type: custom:stack-in-card
@ -342,48 +342,52 @@ views:
heading: Family Calendar
heading_style: title
icon: mdi:calendar
- type: custom:atomic-calendar-revive
enableModeChange: true
firstDayOfWeek: 1
maxDaysToShow: 7
refreshInterval: 15
entities:
- calendar.family
- calendar.kallen_school_days
- calendar.tony_s_twitch_schedule
- entities:
- entity: calendar.family
label: mdi:human-male-female-child
color: green
accent_color: green
- entity: calendar.kallen_school_days
label: mdi:school
color: orange
accent_color: orange
- entity: calendar.tony_s_twitch_schedule
label: mdi:twitch
color: purple
accent_color: purple
- calendar.kallen_early_release
- calendar.tm24fan8_gmail_com
- calendar.irishpirate1988_gmail_com
- calendar.vacation
showLoader: true
hideFinishedEvents: true
showRelativeTime: false
showDate: true
sortByStartTime: true
showLocation: true
hideDuplicates: false
noEventText: Nothing scheduled for today!
showCurrentEventLine: false
showMonth: false
showProgressBar: true
showWeekDay: true
disableEventLink: false
showNoEventsForToday: true
showEventIcon: false
showFullDayProgress: false
showLastCalendarWeek: false
disableCalEventLink: false
disableCalLocationLink: false
showTimeRemaining: true
showAllDayEvents: true
hoursOnSameLine: false
showMultiDayEventParts: false
showMultiDay: false
showDescription: false
disableLocationLink: false
showCalendarName: false
showAllDayHours: true
disableCalLink: false
days_to_show: 5
week_separator_width: 1px
month_separator_width: 1px
today_indicator: dot
weekend_weekday_color: cyan
weekend_day_color: cyan
weekend_month_color: cyan
today_weekday_color: ''
today_day_color: ''
today_month_color: ''
show_countdown: true
show_progress_bar: true
remove_location_country: true
weather:
position: date
date:
show_conditions: true
show_high_temp: true
show_low_temp: false
icon_size: 14px
font_size: 12px
color: var(--primary-text-color)
event:
show_conditions: true
show_temp: true
icon_size: 14px
font_size: 12px
color: var(--primary-text-color)
type: custom:calendar-card-pro
- type: grid
cards:
- type: heading
@ -3448,6 +3452,8 @@ views:
entities:
- entity: switch.master_bedroom_aircon_display
name: A/C Display
- entity: switch.master_bedroom_aircon_prompt_tone
name: Prompt Tone
- entity: binary_sensor.master_bedroom_aircon_filter_alert
name: Filter Status
- entity: input_number.master_bedroom_daytime_temp
@ -3460,6 +3466,7 @@ views:
name: A/C Fan Only
- entity: button.master_bedroom_day_mode
name: Day Mode
icon: m3rf:sunny
- entity: button.master_bedroom_night_mode
name: Night Mode
- entity: button.master_bedroom_bedtime_mode
@ -3485,6 +3492,8 @@ views:
entities:
- entity: switch.emma_bedroom_aircon_display
name: A/C Display
- entity: switch.emma_bedroom_aircon_prompt_tone
name: Prompt Tone
- entity: switch.emma_bedroom_climate_watchdog
name: Climate Watchdog
secondary_info: Protects aircon settings
@ -3500,6 +3509,7 @@ views:
name: A/C Fan Only
- entity: button.emma_bedroom_day_mode
name: Day Mode
icon: m3rf:sunny
- entity: button.emma_bedroom_night_mode
name: Night Mode
- entity: button.emma_bedroom_bedtime_mode
@ -4148,11 +4158,11 @@ views:
cards:
- type: heading
heading: Tony's iPhone
- type: custom:decluttering-card
- type: custom:streamline-card
template: iphone_entities_card
variables:
- device: tony_s_iphone
- type: custom:decluttering-card
- type: custom:streamline-card
template: phone_info_grid
variables:
- device: tony_s_iphone
@ -4161,11 +4171,11 @@ views:
cards:
- type: heading
heading: Tina's iPhone
- type: custom:decluttering-card
- type: custom:streamline-card
template: iphone_entities_card
variables:
- device: tinas_iphone
- type: custom:decluttering-card
- type: custom:streamline-card
template: phone_info_grid
variables:
- device: tinas_iphone
@ -4174,11 +4184,11 @@ views:
cards:
- type: heading
heading: Kallen's iPhone
- type: custom:decluttering-card
- type: custom:streamline-card
template: iphone_entities_card
variables:
- device: kallen_iphone
- type: custom:decluttering-card
- type: custom:streamline-card
template: phone_info_grid
variables:
- device: kallen_iphone
@ -4213,7 +4223,7 @@ views:
cards:
- type: heading
heading: Tony's iPad
- type: custom:decluttering-card
- type: custom:streamline-card
template: ipad_entities_card
variables:
- device: tony_s_ipad
@ -4221,7 +4231,7 @@ views:
cards:
- type: heading
heading: Tinas iPad
- type: custom:decluttering-card
- type: custom:streamline-card
template: ipad_entities_card
variables:
- device: tinas_ipad
@ -5155,7 +5165,7 @@ views:
cards:
- type: heading
heading: ironnerd24
- type: custom:decluttering-card
- type: custom:streamline-card
template: xbox_card
variables:
- gamertag: tm24fan
@ -5163,7 +5173,7 @@ views:
cards:
- type: heading
heading: kjsgamer2012
- type: custom:decluttering-card
- type: custom:streamline-card
template: xbox_card
variables:
- gamertag: kjsgamer2012
@ -5171,7 +5181,7 @@ views:
cards:
- type: heading
heading: irishpirate1988
- type: custom:decluttering-card
- type: custom:streamline-card
template: xbox_card
variables:
- gamertag: irishpirate1988
@ -5837,22 +5847,6 @@ views:
{{ "Stupid" if
is_state('input_boolean.early_night_mode','on') else "Not
Stupid" }}
- type: custom:config-template-card
variables:
BOOL_STATE: states['input_boolean.toggle_testing'].state
LIGHT_STATE: states['light.living_room_lights'].state
entities:
- light.living_room_lights
- input_boolean.toggle_testing
card:
type: entities
title: '${BOOL_STATE === ''on'' ? ''Testing'' : ''Fucked Up''}'
entities:
- entity: light.living_room_lights
name: '${BOOL_STATE === ''on'' ? ''Lights'' : ''Other Lights''}'
- entity: input_boolean.toggle_testing
show_header_toggle: false
state_color: true
- type: grid
cards:
- type: heading

File diff suppressed because it is too large Load Diff