hansen-hasst/lovelace/dashboard/sensors.yaml

72 lines
2.4 KiB
YAML
Raw Normal View History

2022-08-04 22:55:24 +00:00
- 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