trying things out

This commit is contained in:
Philipp 2022-08-05 00:55:24 +02:00
parent b33c30865e
commit 2d9bb60b57
5 changed files with 92 additions and 3 deletions

View File

@ -8,7 +8,7 @@
entity_1:
entity_id: light.living_room_lights
icon: "mdi:lightbulb" #OPTIONAL
name: Living Room
name: LivingRoom
color: "blue"
- type: custom:weather-card

View File

@ -71,3 +71,16 @@
ulm_card_light_enable_color: true
ulm_card_light_force_background_color: true
ulm_card_light_name: TV
- type: 'custom:button-card'
template: card_title
name: Hallway
label: Light
- type: "custom:button-card"
template: card_light
entity: light.hallway_switch_lamp
variables:
ulm_card_light_enable_color: true
ulm_card_light_force_background_color: true
ulm_card_light_name: Hallway

71
lovelace/dashboard/sensors.yaml Executable file
View File

@ -0,0 +1,71 @@
- type: 'custom:button-card'
template: card_title
name: ZigBee
label: Sensors
- type: 'custom:button-card'
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_card_binary_sensor_alert_name : "Garden Door"
entity: binary_sensor.livingroom_door_garden_iaszone
- type: 'custom:button-card'
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_card_binary_sensor_alert_name : "Freezer"
entity: binary_sensor.livingroom_freezer_iaszone
- type: 'custom:button-card'
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_card_binary_sensor_alert_name : "Bathroom Window"
entity: binary_sensor.bathroom_window_iaszone
- type: 'custom:button-card'
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_card_binary_sensor_alert_name : "Mailbox"
entity: binary_sensor.mailbox_door_iaszone
- type: 'custom:button-card'
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_card_binary_sensor_alert_name : "Hallway Motion"
entity: binary_sensor.hallway_motion_iaszone
- type: 'custom:button-card'
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_card_binary_sensor_alert_name : "Mailbox Motion"
entity: binary_sensor.mailbox_motion_iaszone
- type: 'custom:button-card'
template: card_graph
entity: sensor.livingroom_temp_temperature
variables:
ulm_card_graph_color: "var(--google-blue)"
ulm_card_graph_name: Temperature Livingroom
ulm_card_graph_entity: sensor.livingroom_temp_temperature
ulm_card_graph_color2: "var(--google-green)"
ulm_card_graph_entity2: sensor.livingroom_temp_temperature
ulm_card_graph_type: fill
ulm_card_graph_hours: 24
- type: 'custom:button-card'
template: card_graph
entity: sensor.livingroom_temp_humidity
variables:
ulm_card_graph_color: "var(--google-blue)"
ulm_card_graph_name: Temperature Livingroom
ulm_card_graph_entity: sensor.livingroom_temp_humidity
ulm_card_graph_color2: "var(--google-green)"
ulm_card_graph_entity2: sensor.livingroom_temp_humidity
ulm_card_graph_type: fill
ulm_card_graph_hours: 24

View File

@ -1,4 +1,5 @@
adaptive_lighting:
min_brightness: 35
lights:
- light.office_bulb
- light.office_bulb
- light.bedroom_bulb_light

View File

@ -20,4 +20,8 @@ views:
type: vertical-stack
cards:
!include lovelace/dashboard/lights.yaml
- type: custom:layout-break
- type: custom:vertical-layout
type: vertical-stack
cards:
!include lovelace/dashboard/sensors.yaml