trying things out
This commit is contained in:
parent
b33c30865e
commit
2d9bb60b57
@ -8,7 +8,7 @@
|
|||||||
entity_1:
|
entity_1:
|
||||||
entity_id: light.living_room_lights
|
entity_id: light.living_room_lights
|
||||||
icon: "mdi:lightbulb" #OPTIONAL
|
icon: "mdi:lightbulb" #OPTIONAL
|
||||||
name: Living Room
|
name: LivingRoom
|
||||||
color: "blue"
|
color: "blue"
|
||||||
|
|
||||||
- type: custom:weather-card
|
- type: custom:weather-card
|
||||||
|
@ -71,3 +71,16 @@
|
|||||||
ulm_card_light_enable_color: true
|
ulm_card_light_enable_color: true
|
||||||
ulm_card_light_force_background_color: true
|
ulm_card_light_force_background_color: true
|
||||||
ulm_card_light_name: TV
|
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
71
lovelace/dashboard/sensors.yaml
Executable 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
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -2,3 +2,4 @@ adaptive_lighting:
|
|||||||
min_brightness: 35
|
min_brightness: 35
|
||||||
lights:
|
lights:
|
||||||
- light.office_bulb
|
- light.office_bulb
|
||||||
|
- light.bedroom_bulb_light
|
@ -20,4 +20,8 @@ views:
|
|||||||
type: vertical-stack
|
type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
!include lovelace/dashboard/lights.yaml
|
!include lovelace/dashboard/lights.yaml
|
||||||
|
- type: custom:layout-break
|
||||||
|
- type: custom:vertical-layout
|
||||||
|
type: vertical-stack
|
||||||
|
cards:
|
||||||
|
!include lovelace/dashboard/sensors.yaml
|
Loading…
Reference in New Issue
Block a user