Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
387e8e304c
|
|||
|
6e4b84d3ff
|
|||
|
cbb40bbb64
|
|||
|
1c7b37189b
|
|||
|
2f3bab52b2
|
@@ -300,6 +300,124 @@ streamline_templates:
|
|||||||
- state_color_button
|
- state_color_button
|
||||||
state_color_button:
|
state_color_button:
|
||||||
color: '[[color]]'
|
color: '[[color]]'
|
||||||
|
phone_info_grid:
|
||||||
|
card:
|
||||||
|
type: custom:stack-in-card
|
||||||
|
card_mod:
|
||||||
|
style: |
|
||||||
|
ha-card {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
cards:
|
||||||
|
- type: glance
|
||||||
|
entities:
|
||||||
|
- entity: device_tracker.[[device]]
|
||||||
|
name: Location
|
||||||
|
- entity: sensor.[[device]]_interval
|
||||||
|
name: Interval
|
||||||
|
icon: mdi:clock-start
|
||||||
|
- entity: sensor.[[device]]_travel_time
|
||||||
|
name: TravTime
|
||||||
|
icon: mdi:clock-outline
|
||||||
|
- entity: sensor.[[device]]_zone_distance
|
||||||
|
name: Home
|
||||||
|
icon: mdi:map-marker-distance
|
||||||
|
- entity: sensor.[[device]]_next_update
|
||||||
|
name: NextUpdt
|
||||||
|
icon: mdi:update
|
||||||
|
state_color: false
|
||||||
|
- type: glance
|
||||||
|
entities:
|
||||||
|
- entity: sensor.[[device]]_waze_distance
|
||||||
|
name: WazeDist
|
||||||
|
icon: mdi:map-marker-distance
|
||||||
|
- entity: sensor.[[device]]_calc_distance
|
||||||
|
name: CalcDist
|
||||||
|
icon: mdi:map-marker-distance
|
||||||
|
- entity: sensor.[[device]]_dir_of_travel
|
||||||
|
name: Direction
|
||||||
|
icon: mdi:compass-outline
|
||||||
|
- entity: sensor.[[device]]_last_located
|
||||||
|
name: Located
|
||||||
|
icon: mdi:map-clock
|
||||||
|
- entity: sensor.[[device]]_last_update
|
||||||
|
name: LastUpdt
|
||||||
|
icon: mdi:history
|
||||||
|
- type: horizontal-stack
|
||||||
|
cards:
|
||||||
|
- type: entities
|
||||||
|
entities:
|
||||||
|
- entity: sensor.[[device]]_info
|
||||||
|
name: Info
|
||||||
|
icon: mdi:information-outline
|
||||||
|
iphone_entities_card:
|
||||||
|
card:
|
||||||
|
type: entities
|
||||||
|
entities:
|
||||||
|
- entity: device_tracker.[[device]]_app
|
||||||
|
name: App Location
|
||||||
|
- type: custom:battery-state-entity
|
||||||
|
entity: sensor.[[device]]_battery
|
||||||
|
name: Battery
|
||||||
|
tap_action: more-info
|
||||||
|
charging_state:
|
||||||
|
entity_id: sensor.[[device]]_battery_status
|
||||||
|
state: Charging
|
||||||
|
- type: custom:template-entity-row
|
||||||
|
name: Connection Type
|
||||||
|
entity: sensor.[[device]]_connection_type
|
||||||
|
state: |
|
||||||
|
{% if is_state('sensor.[[device]]_connection_type','Cellular') %}
|
||||||
|
{{ state_attr('sensor.[[device]]_connection_type','Cellular Technology') }}
|
||||||
|
{% elif is_state('sensor.[[device]]_connection_type','Wi-Fi') %}
|
||||||
|
Wi-Fi
|
||||||
|
{% else %}
|
||||||
|
Unknown
|
||||||
|
{% endif %}
|
||||||
|
- entity: sensor.[[device]]_ssid
|
||||||
|
name: SSID
|
||||||
|
- entity: sensor.[[device]]_steps
|
||||||
|
name: Steps Today
|
||||||
|
- entity: binary_sensor.[[device]]_focus
|
||||||
|
name: Focus
|
||||||
|
- entity: sensor.[[device]]_storage
|
||||||
|
name: Storage
|
||||||
|
show_header_toggle: false
|
||||||
|
state_color: true
|
||||||
|
ipad_entities_card:
|
||||||
|
card:
|
||||||
|
type: entities
|
||||||
|
entities:
|
||||||
|
- entity: device_tracker.[[device]]_app
|
||||||
|
name: App Location
|
||||||
|
- type: custom:battery-state-entity
|
||||||
|
entity: sensor.[[device]]_battery
|
||||||
|
name: Battery
|
||||||
|
tap_action: more-info
|
||||||
|
charging_state:
|
||||||
|
entity_id: sensor.[[device]]_battery_status
|
||||||
|
state: Charging
|
||||||
|
- type: custom:template-entity-row
|
||||||
|
name: Connection Type
|
||||||
|
entity: sensor.[[device]]_connection_type
|
||||||
|
state: |
|
||||||
|
{% if is_state('sensor.[[device]]_connection_type','Cellular') %}
|
||||||
|
{{ state_attr('sensor.[[device]]_connection_type','Cellular Technology') }}
|
||||||
|
{% elif is_state('sensor.[[device]]_connection_type','Wi-Fi') %}
|
||||||
|
Wi-Fi
|
||||||
|
{% else %}
|
||||||
|
Unknown
|
||||||
|
{% endif %}
|
||||||
|
- entity: sensor.[[device]]_ssid
|
||||||
|
name: SSID
|
||||||
|
- entity: binary_sensor.[[device]]_focus
|
||||||
|
name: Focus
|
||||||
|
- entity: sensor.[[device]]_storage
|
||||||
|
name: Storage
|
||||||
|
- entity: sensor.[[device]]_info
|
||||||
|
name: Info
|
||||||
|
show_header_toggle: false
|
||||||
|
state_color: true
|
||||||
views:
|
views:
|
||||||
- title: Home
|
- title: Home
|
||||||
path: home
|
path: home
|
||||||
@@ -356,6 +474,13 @@ views:
|
|||||||
layout: vertical
|
layout: vertical
|
||||||
icon_type: entity-picture
|
icon_type: entity-picture
|
||||||
fill_container: false
|
fill_container: false
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: main_button_name
|
||||||
|
variables:
|
||||||
|
name: Mobile Devices
|
||||||
|
icon: mdi:cellphone-information
|
||||||
|
navigation_path: /dashboard-mobile/mobile-devices
|
||||||
|
columns: '4'
|
||||||
- type: heading
|
- type: heading
|
||||||
icon: mdi:cctv
|
icon: mdi:cctv
|
||||||
heading: Cameras
|
heading: Cameras
|
||||||
@@ -509,6 +634,19 @@ views:
|
|||||||
!important;
|
!important;
|
||||||
transition: background-color 1s !important;
|
transition: background-color 1s !important;
|
||||||
}
|
}
|
||||||
|
.bubble-icon {
|
||||||
|
color:
|
||||||
|
{% set feeding_reminders = states('counter.rabbit_feeding_reminder_count') | int %}
|
||||||
|
{% set cleaning_reminders = states('counter.rabbit_hutch_cleaning_reminder_count') | int %}
|
||||||
|
{% if feeding_reminders == 0 and cleaning_reminders == 0 %}
|
||||||
|
var(--bubble-main-icon-color)
|
||||||
|
{% elif feeding_reminders < 3 and cleaning_reminders < 3 %}
|
||||||
|
var(--warning-color)
|
||||||
|
{% else %}
|
||||||
|
var(--error-color)
|
||||||
|
{% endif %}
|
||||||
|
!important;
|
||||||
|
transition: color 1s !important;
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: main_button_name
|
template: main_button_name
|
||||||
variables:
|
variables:
|
||||||
@@ -624,6 +762,24 @@ views:
|
|||||||
!important;
|
!important;
|
||||||
transition: background-color 1s !important;
|
transition: background-color 1s !important;
|
||||||
}
|
}
|
||||||
|
.bubble-icon {
|
||||||
|
color:
|
||||||
|
{% set counters = states.counter
|
||||||
|
| selectattr('entity_id','contains','tony')
|
||||||
|
| selectattr('entity_id','contains','meds')
|
||||||
|
| map(attribute='state')
|
||||||
|
| max
|
||||||
|
| int %}
|
||||||
|
{% if counters == 0 %}
|
||||||
|
var(--bubble-main-icon-color)
|
||||||
|
{% elif counters < 3 %}
|
||||||
|
var(--warning-color)
|
||||||
|
{% else %}
|
||||||
|
var(--error-color)
|
||||||
|
{% endif %}
|
||||||
|
!important;
|
||||||
|
transition: color 1s !important;
|
||||||
|
}
|
||||||
visibility:
|
visibility:
|
||||||
- condition: user
|
- condition: user
|
||||||
users:
|
users:
|
||||||
@@ -667,6 +823,24 @@ views:
|
|||||||
!important;
|
!important;
|
||||||
transition: background-color 1s !important;
|
transition: background-color 1s !important;
|
||||||
}
|
}
|
||||||
|
.bubble-icon {
|
||||||
|
color:
|
||||||
|
{% set counters = states.counter
|
||||||
|
| selectattr('entity_id','contains','tina')
|
||||||
|
| selectattr('entity_id','contains','meds')
|
||||||
|
| map(attribute='state')
|
||||||
|
| max
|
||||||
|
| int %}
|
||||||
|
{% if counters == 0 %}
|
||||||
|
var(--bubble-main-icon-color)
|
||||||
|
{% elif counters < 3 %}
|
||||||
|
var(--warning-color)
|
||||||
|
{% else %}
|
||||||
|
var(--error-color)
|
||||||
|
{% endif %}
|
||||||
|
!important;
|
||||||
|
transition: color 1s !important;
|
||||||
|
}
|
||||||
visibility:
|
visibility:
|
||||||
- condition: user
|
- condition: user
|
||||||
users:
|
users:
|
||||||
@@ -718,6 +892,24 @@ views:
|
|||||||
!important;
|
!important;
|
||||||
transition: background-color 1s !important;
|
transition: background-color 1s !important;
|
||||||
}
|
}
|
||||||
|
.bubble-icon {
|
||||||
|
color:
|
||||||
|
{% set counters = states.counter
|
||||||
|
| selectattr('entity_id','contains','kallen')
|
||||||
|
| selectattr('entity_id','contains','meds')
|
||||||
|
| map(attribute='state')
|
||||||
|
| max
|
||||||
|
| int %}
|
||||||
|
{% if counters == 0 %}
|
||||||
|
var(--bubble-main-icon-color)
|
||||||
|
{% elif counters < 3 %}
|
||||||
|
var(--warning-color)
|
||||||
|
{% else %}
|
||||||
|
var(--error-color)
|
||||||
|
{% endif %}
|
||||||
|
!important;
|
||||||
|
transition: color 1s !important;
|
||||||
|
}
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: button
|
card_type: button
|
||||||
button_type: name
|
button_type: name
|
||||||
@@ -4986,32 +5178,6 @@ views:
|
|||||||
action: none
|
action: none
|
||||||
type: masonry
|
type: masonry
|
||||||
subview: true
|
subview: true
|
||||||
- title: Global Scenes
|
|
||||||
path: global-scenes
|
|
||||||
icon: mdi:home-lightbulb-outline
|
|
||||||
type: sections
|
|
||||||
max_columns: 4
|
|
||||||
subview: true
|
|
||||||
sections:
|
|
||||||
- type: grid
|
|
||||||
cards:
|
|
||||||
- type: entities
|
|
||||||
entities:
|
|
||||||
- script.give_me_darkness
|
|
||||||
- button.good_morning
|
|
||||||
- button.goodnight
|
|
||||||
- script.max_brightness
|
|
||||||
- button.sunset_lights_trigger
|
|
||||||
- entity: button.basement_on_manual
|
|
||||||
name: Basement On
|
|
||||||
- script.adaptive_on_first_floor
|
|
||||||
- script.adaptive_on_second_floor
|
|
||||||
- script.bright_on_first_floor
|
|
||||||
- script.bright_on_second_floor
|
|
||||||
- script.evening_on_first_floor
|
|
||||||
- script.evening_on_second_floor
|
|
||||||
- switch.animated_scene_halloween
|
|
||||||
- script.emma_rainbow_lights
|
|
||||||
- title: Tony
|
- title: Tony
|
||||||
path: tony
|
path: tony
|
||||||
icon: mdi:human-male
|
icon: mdi:human-male
|
||||||
@@ -5725,26 +5891,55 @@ views:
|
|||||||
- type: grid
|
- type: grid
|
||||||
cards:
|
cards:
|
||||||
- type: heading
|
- type: heading
|
||||||
heading: Overview
|
heading: Climate Devices On
|
||||||
|
heading_style: title
|
||||||
|
icon: m3rf:climate-mini-split
|
||||||
- type: custom:auto-entities
|
- type: custom:auto-entities
|
||||||
show_empty: false
|
show_empty: false
|
||||||
card:
|
card:
|
||||||
type: entities
|
type: entities
|
||||||
title: Climate On
|
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
state_color: true
|
state_color: true
|
||||||
filter:
|
filter:
|
||||||
include:
|
include:
|
||||||
- domain: fan
|
- options: {}
|
||||||
- domain: climate
|
domain: fan
|
||||||
|
- options: {}
|
||||||
|
domain: climate
|
||||||
exclude:
|
exclude:
|
||||||
- entity_id: fan.all_fans
|
- options: {}
|
||||||
- state: 'off'
|
entity_id: fan.all_fans
|
||||||
- state: unavailable
|
- options: {}
|
||||||
- integration: generic_thermostat
|
state: 'off'
|
||||||
|
- options: {}
|
||||||
|
state: unavailable
|
||||||
|
- options: {}
|
||||||
|
integration: generic_thermostat
|
||||||
sort:
|
sort:
|
||||||
method: friendly_name
|
method: friendly_name
|
||||||
reverse: false
|
reverse: false
|
||||||
|
- type: heading
|
||||||
|
icon: mdi:home-thermometer
|
||||||
|
heading: Floor Average Temperatures
|
||||||
|
heading_style: title
|
||||||
|
- type: custom:auto-entities
|
||||||
|
card:
|
||||||
|
type: entities
|
||||||
|
state_color: true
|
||||||
|
show_header_toggle: false
|
||||||
|
filter:
|
||||||
|
include:
|
||||||
|
- options: {}
|
||||||
|
entity_id: sensor.*floor_average_temperature
|
||||||
|
exclude: []
|
||||||
|
sort:
|
||||||
|
method: state
|
||||||
|
numeric: true
|
||||||
|
reverse: true
|
||||||
|
- type: heading
|
||||||
|
icon: hue:motion-sensor-temperature
|
||||||
|
heading: Room Temperatures
|
||||||
|
heading_style: title
|
||||||
- type: custom:auto-entities
|
- type: custom:auto-entities
|
||||||
card:
|
card:
|
||||||
type: entities
|
type: entities
|
||||||
@@ -5753,9 +5948,11 @@ views:
|
|||||||
state_color: true
|
state_color: true
|
||||||
filter:
|
filter:
|
||||||
include:
|
include:
|
||||||
- entity_id: binary_sensor.*_hot
|
- options: {}
|
||||||
|
entity_id: binary_sensor.*_hot
|
||||||
state: 'on'
|
state: 'on'
|
||||||
- entity_id: binary_sensor.*_cold
|
- options: {}
|
||||||
|
entity_id: binary_sensor.*_cold
|
||||||
state: 'on'
|
state: 'on'
|
||||||
sort:
|
sort:
|
||||||
method: entity_id
|
method: entity_id
|
||||||
@@ -5766,26 +5963,12 @@ views:
|
|||||||
- type: custom:auto-entities
|
- type: custom:auto-entities
|
||||||
card:
|
card:
|
||||||
type: entities
|
type: entities
|
||||||
title: Floor Average Temperatures
|
|
||||||
state_color: true
|
state_color: true
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
filter:
|
filter:
|
||||||
include:
|
include:
|
||||||
- entity_id: sensor.*floor_average_temperature
|
- options: {}
|
||||||
exclude: []
|
device_manufacturer: Signify Netherlands B.V.
|
||||||
sort:
|
|
||||||
method: state
|
|
||||||
numeric: true
|
|
||||||
reverse: true
|
|
||||||
- type: custom:auto-entities
|
|
||||||
card:
|
|
||||||
type: entities
|
|
||||||
title: Room Temperatures
|
|
||||||
state_color: true
|
|
||||||
show_header_toggle: false
|
|
||||||
filter:
|
|
||||||
include:
|
|
||||||
- device_manufacturer: Signify Netherlands B.V.
|
|
||||||
entity_id: sensor.*_temperature
|
entity_id: sensor.*_temperature
|
||||||
exclude: []
|
exclude: []
|
||||||
sort:
|
sort:
|
||||||
@@ -5796,6 +5979,8 @@ views:
|
|||||||
cards:
|
cards:
|
||||||
- type: heading
|
- type: heading
|
||||||
heading: Master Bedroom
|
heading: Master Bedroom
|
||||||
|
heading_style: title
|
||||||
|
icon: mdi:bed
|
||||||
- type: entities
|
- type: entities
|
||||||
entities:
|
entities:
|
||||||
- entity: switch.master_bedroom_aircon_display
|
- entity: switch.master_bedroom_aircon_display
|
||||||
@@ -5836,6 +6021,8 @@ views:
|
|||||||
cards:
|
cards:
|
||||||
- type: heading
|
- type: heading
|
||||||
heading: Emma Bedroom
|
heading: Emma Bedroom
|
||||||
|
heading_style: title
|
||||||
|
icon: mdi:bed
|
||||||
- type: entities
|
- type: entities
|
||||||
entities:
|
entities:
|
||||||
- entity: switch.emma_bedroom_aircon_display
|
- entity: switch.emma_bedroom_aircon_display
|
||||||
@@ -5879,6 +6066,8 @@ views:
|
|||||||
cards:
|
cards:
|
||||||
- type: heading
|
- type: heading
|
||||||
heading: Climate Feed
|
heading: Climate Feed
|
||||||
|
heading_style: title
|
||||||
|
icon: mdi:timeline-text
|
||||||
- type: custom:home-feed-card
|
- type: custom:home-feed-card
|
||||||
card_id: climate_feed_ac
|
card_id: climate_feed_ac
|
||||||
show_empty: false
|
show_empty: false
|
||||||
@@ -5991,6 +6180,172 @@ views:
|
|||||||
cards: []
|
cards: []
|
||||||
badges: []
|
badges: []
|
||||||
subview: true
|
subview: true
|
||||||
|
- title: Mobile Devices
|
||||||
|
path: mobile-devices
|
||||||
|
icon: mdi:cellphone-information
|
||||||
|
type: sections
|
||||||
|
sections:
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: heading
|
||||||
|
heading: Tony's iPhone
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: iphone_entities_card
|
||||||
|
variables:
|
||||||
|
- device: tony_s_iphone
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: phone_info_grid
|
||||||
|
variables:
|
||||||
|
- device: tony_s_iphone
|
||||||
|
column_span: 2
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: heading
|
||||||
|
heading: Tina's iPhone
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: iphone_entities_card
|
||||||
|
variables:
|
||||||
|
- device: tinas_iphone
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: phone_info_grid
|
||||||
|
variables:
|
||||||
|
- device: tinas_iphone
|
||||||
|
column_span: 2
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: heading
|
||||||
|
heading: Kallen's iPhone
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: iphone_entities_card
|
||||||
|
variables:
|
||||||
|
- device: kallen_iphone
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: phone_info_grid
|
||||||
|
variables:
|
||||||
|
- device: kallen_iphone
|
||||||
|
column_span: 2
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: heading
|
||||||
|
heading: Map
|
||||||
|
- type: map
|
||||||
|
entities:
|
||||||
|
- entity: person.tony_stork
|
||||||
|
- entity: person.christina_stork
|
||||||
|
- entity: person.kallen_stork
|
||||||
|
- entity: zone.bob_evans
|
||||||
|
- entity: zone.home
|
||||||
|
- entity: zone.aldi
|
||||||
|
- entity: zone.chief
|
||||||
|
- entity: zone.courtney_cave
|
||||||
|
- entity: zone.dollar_general_clinton_st
|
||||||
|
- entity: zone.elementary_school
|
||||||
|
- entity: zone.kroger
|
||||||
|
- entity: zone.meijer
|
||||||
|
- entity: zone.menards
|
||||||
|
- entity: zone.middle_school
|
||||||
|
- entity: zone.rite_aid
|
||||||
|
- entity: zone.the_elder_storks
|
||||||
|
- entity: zone.wal_mart
|
||||||
|
- entity: zone.latty
|
||||||
|
hours_to_show: 24
|
||||||
|
theme_mode: dark
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: heading
|
||||||
|
heading: Tony's iPad
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: ipad_entities_card
|
||||||
|
variables:
|
||||||
|
- device: tony_s_ipad
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: heading
|
||||||
|
heading: Tina’s iPad
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: ipad_entities_card
|
||||||
|
variables:
|
||||||
|
- device: tinas_ipad
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: heading
|
||||||
|
heading: Tony's Accessories
|
||||||
|
- type: entities
|
||||||
|
entities:
|
||||||
|
- type: custom:battery-state-entity
|
||||||
|
entity: sensor.tony_s_apple_watch_battery
|
||||||
|
name: Battery
|
||||||
|
tap_action: more-info
|
||||||
|
charging_state:
|
||||||
|
entity_id: sensor.tony_s_apple_watch_battery_status
|
||||||
|
state: Charging
|
||||||
|
- entity: sensor.tony_s_apple_watch_zone_distance
|
||||||
|
name: Distance
|
||||||
|
- entity: sensor.tony_s_apple_watch_info
|
||||||
|
name: Info
|
||||||
|
show_header_toggle: false
|
||||||
|
state_color: true
|
||||||
|
title: Apple Watch
|
||||||
|
- type: entities
|
||||||
|
entities:
|
||||||
|
- entity: sensor.tonys_airpods_pro_zone_distance
|
||||||
|
name: Distance
|
||||||
|
- entity: sensor.tonys_airpods_pro_info
|
||||||
|
name: Info
|
||||||
|
state_color: true
|
||||||
|
show_header_toggle: false
|
||||||
|
title: Airpods Pro
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: heading
|
||||||
|
heading: Tina's Accessories
|
||||||
|
- type: entities
|
||||||
|
entities:
|
||||||
|
- type: custom:battery-state-entity
|
||||||
|
entity: sensor.christinas_apple_watch_battery
|
||||||
|
name: Battery
|
||||||
|
tap_action: more-info
|
||||||
|
charging_state:
|
||||||
|
entity_id: sensor.christinas_apple_watch_battery_status
|
||||||
|
state: Charging
|
||||||
|
- entity: sensor.christinas_apple_watch_zone_distance
|
||||||
|
name: Distance
|
||||||
|
- entity: sensor.christinas_apple_watch_info
|
||||||
|
name: Info
|
||||||
|
show_header_toggle: false
|
||||||
|
state_color: true
|
||||||
|
title: Apple Watch
|
||||||
|
- type: entities
|
||||||
|
entities:
|
||||||
|
- entity: sensor.tinas_airpods_pro_zone_distance
|
||||||
|
name: Distance
|
||||||
|
- entity: sensor.tinas_airpods_pro_info
|
||||||
|
name: Info
|
||||||
|
show_header_toggle: false
|
||||||
|
state_color: true
|
||||||
|
title: Airpods Pro
|
||||||
|
max_columns: 4
|
||||||
|
cards: []
|
||||||
|
badges:
|
||||||
|
- type: entity
|
||||||
|
show_name: true
|
||||||
|
show_state: true
|
||||||
|
show_icon: true
|
||||||
|
entity: person.tony_stork
|
||||||
|
color: ''
|
||||||
|
- type: entity
|
||||||
|
show_name: true
|
||||||
|
show_state: true
|
||||||
|
show_icon: true
|
||||||
|
entity: person.christina_stork
|
||||||
|
color: ''
|
||||||
|
- type: entity
|
||||||
|
show_name: true
|
||||||
|
show_state: true
|
||||||
|
show_icon: true
|
||||||
|
entity: person.kallen_stork
|
||||||
|
color: ''
|
||||||
|
subview: true
|
||||||
- type: sections
|
- type: sections
|
||||||
max_columns: 4
|
max_columns: 4
|
||||||
title: Test
|
title: Test
|
||||||
@@ -6197,7 +6552,7 @@ views:
|
|||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: button
|
card_type: button
|
||||||
button_type: state
|
button_type: state
|
||||||
entity: binary_sensor.living_room_front_motion
|
entity: binary_sensor.living_room_back_motion
|
||||||
name: State Color Button
|
name: State Color Button
|
||||||
show_state: true
|
show_state: true
|
||||||
tap_action:
|
tap_action:
|
||||||
|
|||||||
Reference in New Issue
Block a user