Updates
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Day/Night
|
||||
- type: custom:button-card
|
||||
template: custom_card_httpedo13_sun
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
|
31
lovelace/lights/adaptive.yaml
Normal file
31
lovelace/lights/adaptive.yaml
Normal file
@ -0,0 +1,31 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Adaptive
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_input_boolean
|
||||
entity: switch.adaptive_lighting_default
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Adaptive
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_input_boolean
|
||||
entity: switch.adaptive_lighting_sleep_mode_default
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Sleep
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_input_boolean
|
||||
entity: switch.adaptive_lighting_adapt_brightness_default
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Brightness
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_input_boolean
|
||||
entity: switch.adaptive_lighting_adapt_color_default
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Color
|
@ -7,26 +7,10 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Ceiling 1
|
||||
ulm_card_light_slider_collapse_name: Ceiling
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_name: Ceiling 1
|
||||
entity: light.ceiling1
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Ceiling 2
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_name: Ceiling 2
|
||||
entity: light.ceiling2
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Ceiling 3
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_name: Ceiling 3
|
||||
entity: light.ceiling3
|
||||
ulm_card_light_name: Ceiling
|
||||
entity: light.ceiling
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
|
@ -7,10 +7,10 @@
|
||||
- card_scenes
|
||||
variables:
|
||||
entity_1:
|
||||
entity_id: scene.light_flux
|
||||
entity_id: scene.light_adaptive
|
||||
icon: "mdi:YOUR_ICON"
|
||||
icon_color: "yellow"
|
||||
name: Flux
|
||||
name: Adaptive
|
||||
bg_color: "yellow"
|
||||
entity_2:
|
||||
entity_id: scene.light_blue
|
||||
@ -25,25 +25,14 @@
|
||||
name: Night
|
||||
bg_color: "purple"
|
||||
entity_4:
|
||||
entity_id: scene.light_alloff
|
||||
entity_id: script.light_store_restore
|
||||
icon: "mdi:YOUR_ICON"
|
||||
icon_color: "green"
|
||||
name: All Off
|
||||
name: All On
|
||||
bg_color: "green"
|
||||
entity_5:
|
||||
entity_id: scene.light_alloff
|
||||
entity_id: script.light_store_off
|
||||
icon: "mdi:YOUR_ICON"
|
||||
icon_color: "red"
|
||||
name: All Off
|
||||
bg_color: "red"
|
||||
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Switches
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_input_boolean
|
||||
entity: switch.circadian_lighting_circadian_lighting
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Circadian Lighting
|
||||
bg_color: "red"
|
@ -1,6 +1,6 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Batteries
|
||||
#- type: 'custom:button-card'
|
||||
# template: card_title
|
||||
# name: Batteries
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
@ -21,4 +21,16 @@
|
||||
ulm_card_battery_charger_type_entity_id: sensor.ipad_battery_level
|
||||
ulm_card_battery_battery_level_danger: 30
|
||||
ulm_card_battery_battery_level_warning: 80
|
||||
ulm_card_battery_name: iPad
|
||||
ulm_card_battery_name: iPad
|
||||
|
||||
|
||||
# - type: "horizontal-stack"
|
||||
# cards:
|
||||
# - type: 'custom:button-card'
|
||||
# template: card_battery
|
||||
# entity: sensor.kais_apple_watch_battery_state
|
||||
# variables:
|
||||
# ulm_card_battery_charger_type_entity_id: sensor.kais_apple_watch_battery_state
|
||||
# ulm_card_battery_battery_level_danger: 30
|
||||
# ulm_card_battery_battery_level_warning: 80
|
||||
# ulm_card_battery_name: Watch
|
@ -1,28 +1,29 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Climate
|
||||
#- type: 'custom:button-card'
|
||||
# template: card_title
|
||||
# name: Climate
|
||||
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_generic
|
||||
entity: sensor.climate_temp_recommendation
|
||||
#- type: custom:simple-weather-card
|
||||
# entity: weather.pirateweather
|
||||
|
||||
|
||||
- type: custom:simple-weather-card
|
||||
entity: weather.pirateweather
|
||||
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_graph
|
||||
entity: sensor.temperature_kai_temperature
|
||||
variables:
|
||||
ulm_card_graph_color: "var(--google-blue)"
|
||||
ulm_card_graph_name: Temperature
|
||||
ulm_card_graph_entity: sensor.temperature_kai_temperature
|
||||
ulm_card_graph_color2: "var(--google-green)"
|
||||
ulm_card_graph_entity2: sensor.temperature_outside_pirateweather
|
||||
ulm_card_graph_type: fill
|
||||
ulm_card_graph_hours: 6
|
||||
- type: custom:apexcharts-card
|
||||
graph_span: 6h
|
||||
header:
|
||||
show: false
|
||||
series:
|
||||
- entity: sensor.temperature_kai_temperature
|
||||
type: line
|
||||
name: Inside
|
||||
group_by:
|
||||
func: avg
|
||||
duration: 30min
|
||||
- entity: sensor.temperature_outside_pirateweather
|
||||
type: column
|
||||
name: Outside
|
||||
group_by:
|
||||
func: avg
|
||||
duration: 30min
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
@ -37,4 +38,8 @@
|
||||
template: card_generic
|
||||
entity: sensor.temperature_kai_pressure
|
||||
variables:
|
||||
ulm_card_generic_name: Pressure
|
||||
ulm_card_generic_name: Pressure
|
||||
|
||||
|
||||
- type: custom:weather-card
|
||||
entity: weather.pirateweather
|
@ -1,6 +1,6 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Energy
|
||||
#- type: 'custom:button-card'
|
||||
# template: card_title
|
||||
# name: Energy
|
||||
|
||||
|
||||
- type: 'custom:button-card'
|
||||
|
26
lovelace/overview/feed.yaml
Normal file
26
lovelace/overview/feed.yaml
Normal file
@ -0,0 +1,26 @@
|
||||
- type: 'custom:home-feed-card'
|
||||
title: Feed
|
||||
card_id: main_feed
|
||||
show_empty: false
|
||||
more_info_on_tap: true
|
||||
state_color: true
|
||||
compact_mode: true
|
||||
entities:
|
||||
- entity: sensor.climate_temp_recommendation
|
||||
name: Recommendation
|
||||
content_template: '{{state}}'
|
||||
- entity: binary_sensor.warning_duisburg_stadt_1
|
||||
exclude_states:
|
||||
- "Safe"
|
||||
- entity: binary_sensor.warning_duisburg_stadt_2
|
||||
exclude_states:
|
||||
- "Safe"
|
||||
- entity: binary_sensor.warning_duisburg_stadt_3
|
||||
exclude_states:
|
||||
- "Safe"
|
||||
- entity: binary_sensor.warning_duisburg_stadt_4
|
||||
exclude_states:
|
||||
- "Safe"
|
||||
- entity: binary_sensor.warning_duisburg_stadt_5
|
||||
exclude_states:
|
||||
- "Safe"
|
@ -1,6 +1,6 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Lights
|
||||
#- type: 'custom:button-card'
|
||||
# template: card_title
|
||||
# name: Lights
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
@ -24,8 +24,16 @@
|
||||
entity: light.all_direct
|
||||
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_input_boolean
|
||||
entity: switch.circadian_lighting_circadian_lighting
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Circadian Lighting
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_input_boolean
|
||||
entity: switch.adaptive_lighting_default
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Adaptive
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_input_boolean
|
||||
entity: switch.adaptive_lighting_sleep_mode_default
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Sleep
|
||||
|
15
lovelace/overview/multimedia.yaml
Normal file
15
lovelace/overview/multimedia.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
#- type: 'custom:button-card'
|
||||
# template: card_title
|
||||
# name: Multimedia
|
||||
|
||||
|
||||
- type: "custom:button-card"
|
||||
template: card_media_player
|
||||
entity: media_player.denon_avr_x1100w
|
||||
name: Denon
|
||||
variables:
|
||||
ulm_card_media_player_more_info: true
|
||||
ulm_card_media_player_collapsible: true
|
||||
ulm_card_media_player_enable_volume_slider: true
|
||||
ulm_card_media_player_enable_controls: true
|
||||
ulm_card_media_player_enable_art: false
|
@ -1,6 +1,6 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: NAS
|
||||
#- type: 'custom:button-card'
|
||||
# template: card_title
|
||||
# name: NAS
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
|
20
lovelace/overview/vacuum.yaml
Normal file
20
lovelace/overview/vacuum.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
#- type: 'custom:button-card'
|
||||
# template: card_title
|
||||
# name: Vacuum
|
||||
|
||||
|
||||
- type: 'custom:valetudo-map-card'
|
||||
vacuum: valetudo_rockrobo
|
||||
title:
|
||||
show_status: false
|
||||
show_battery_level: false
|
||||
show_start_button: false
|
||||
show_pause_button: false
|
||||
show_stop_button: false
|
||||
show_home_button: false
|
||||
show_locate_button: false
|
||||
|
||||
|
||||
- type: "custom:button-card"
|
||||
template: "card_vacuum"
|
||||
entity: vacuum.valetudo_rockrobo
|
@ -1,6 +1,8 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Home Assistant
|
||||
#- type: 'custom:button-card'
|
||||
# template: card_title
|
||||
# name: Home Assistant
|
||||
|
||||
|
||||
- type: "custom:button-card"
|
||||
template: "card_welcome_scenes"
|
||||
triggers_update: input_boolean.welcome_collapse
|
||||
@ -9,10 +11,10 @@
|
||||
ulm_card_welcome_scenes_collapse: input_boolean.welcome_collapse
|
||||
ulm_weather: weather.pirateweather
|
||||
entity_1:
|
||||
entity_id: scene.light_flux
|
||||
entity_id: scene.light_adaptive
|
||||
icon: "mdi:theme-light-dark"
|
||||
icon_color: "yellow"
|
||||
name: "Flux"
|
||||
name: "Adaptive"
|
||||
bg_color: "yellow"
|
||||
entity_2:
|
||||
entity_id: scene.light_blue
|
||||
@ -33,12 +35,8 @@
|
||||
name: "All On"
|
||||
bg_color: "green"
|
||||
entity_5:
|
||||
entity_id: "scene.light_alloff"
|
||||
entity_id: "script.light_store_off"
|
||||
icon: "mdi:lightbulb-group-off-outline"
|
||||
icon_color: "red"
|
||||
name: "All Off"
|
||||
bg_color: "red"
|
||||
|
||||
|
||||
- type: custom:button-card
|
||||
template: custom_card_httpedo13_sun
|
||||
bg_color: "red"
|
Reference in New Issue
Block a user