First Commit
This commit is contained in:
24
lovelace/batteries.yaml
Normal file
24
lovelace/batteries.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Batteries
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_battery
|
||||
entity: sensor.iphone_battery_level
|
||||
variables:
|
||||
ulm_card_battery_charger_type_entity_id: sensor.iphone_battery_level
|
||||
ulm_card_battery_battery_level_danger: 30
|
||||
ulm_card_battery_battery_level_warning: 80
|
||||
ulm_card_battery_name: iPhone
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_battery
|
||||
entity: sensor.ipad_battery_level
|
||||
variables:
|
||||
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
|
47
lovelace/climate.yaml
Normal file
47
lovelace/climate.yaml
Normal file
@ -0,0 +1,47 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Climate
|
||||
|
||||
|
||||
- type: custom:button-card
|
||||
template: custom_card_httpedo13_sun
|
||||
|
||||
|
||||
- type: "custom:button-card"
|
||||
template: card_weather
|
||||
entity: weather.dark_sky
|
||||
variables:
|
||||
ulm_card_weather_name: " "
|
||||
ulm_card_weather_primary_info:
|
||||
- wind_speed
|
||||
- precipitation_probability
|
||||
ulm_card_weather_backdrop:
|
||||
fade: true
|
||||
|
||||
|
||||
- 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_darksky
|
||||
ulm_card_graph_type: fill
|
||||
ulm_card_graph_hours: 6
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_generic
|
||||
entity: sensor.temperature_kai_humidity
|
||||
variables:
|
||||
ulm_card_generic_name: Humidity
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_generic
|
||||
entity: sensor.temperature_kai_pressure
|
||||
variables:
|
||||
ulm_card_generic_name: Pressure
|
31
lovelace/energy.yaml
Normal file
31
lovelace/energy.yaml
Normal file
@ -0,0 +1,31 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Energy
|
||||
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_graph
|
||||
entity: sensor.schreibtisch_current_consumption
|
||||
variables:
|
||||
ulm_card_graph_color: "var(--google-green)"
|
||||
ulm_card_graph_name: Desk
|
||||
ulm_card_graph_entity: sensor.schreibtisch_current_consumption
|
||||
ulm_card_graph_type: fill
|
||||
ulm_card_graph_hours: 12
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_generic
|
||||
entity: sensor.schreibtisch_today_s_consumption
|
||||
variables:
|
||||
ulm_card_generic_name: Today
|
||||
ulm_card_generic_icon: "mdi:home-lightning-bolt"
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_generic
|
||||
entity: sensor.schreibtisch_total_consumption
|
||||
variables:
|
||||
ulm_card_generic_name: Total
|
||||
ulm_card_generic_icon: "mdi:home-lightning-bolt"
|
29
lovelace/lights.yaml
Normal file
29
lovelace/lights.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Lights
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Indirect
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_name: Indirect
|
||||
entity: light.all_indirect
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Direct
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_name: Direct
|
||||
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
|
24
lovelace/nas.yaml
Normal file
24
lovelace/nas.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: NAS
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_script
|
||||
variables:
|
||||
ulm_card_script_title: WOL
|
||||
ulm_card_script_icon: 'mdi:power'
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: switch.turn_on
|
||||
service_data:
|
||||
entity_id: switch.server
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_binary_sensor
|
||||
variables:
|
||||
ulm_card_binary_sensor_alert: true
|
||||
ulm_show_last_changed: true
|
||||
entity: switch.server_template
|
40
lovelace/welcome.yaml
Normal file
40
lovelace/welcome.yaml
Normal file
@ -0,0 +1,40 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Home Assistant
|
||||
- type: "custom:button-card"
|
||||
template: "card_welcome_scenes"
|
||||
triggers_update: input_boolean.welcome_collapse
|
||||
entity: input_boolean.welcome_collapse
|
||||
variables:
|
||||
ulm_card_welcome_scenes_collapse: input_boolean.welcome_collapse
|
||||
ulm_weather: "weather.dark_sky"
|
||||
entity_1:
|
||||
entity_id: scene.light_flux
|
||||
icon: "mdi:theme-light-dark"
|
||||
icon_color: "yellow"
|
||||
name: "Flux"
|
||||
bg_color: "yellow"
|
||||
entity_2:
|
||||
entity_id: scene.light_blue
|
||||
icon: "mdi:television-play"
|
||||
icon_color: "blue"
|
||||
name: "Blue"
|
||||
bg_color: "blue"
|
||||
entity_3:
|
||||
entity_id: "scene.light_night"
|
||||
icon: "mdi:weather-night"
|
||||
icon_color: "purple"
|
||||
name: "Night"
|
||||
bg_color: "purple"
|
||||
entity_4:
|
||||
entity_id: "script.light_store_restore"
|
||||
icon: "mdi:lightbulb-group"
|
||||
icon_color: "green"
|
||||
name: "All On"
|
||||
bg_color: "green"
|
||||
entity_5:
|
||||
entity_id: "scene.light_alloff"
|
||||
icon: "mdi:lightbulb-group-off-outline"
|
||||
icon_color: "red"
|
||||
name: "All Off"
|
||||
bg_color: "red"
|
Reference in New Issue
Block a user