New Automations
This commit is contained in:
@ -10,7 +10,34 @@
|
||||
icon: "mdi:lightbulb" #OPTIONAL
|
||||
name: LivingRoom
|
||||
color: "blue"
|
||||
|
||||
entity_2:
|
||||
entity_id: sensor.livingroom_temp_temperature
|
||||
icon: "mdi:lightbulb" #OPTIONAL
|
||||
name: Temp
|
||||
color: "green"
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
template: card_person
|
||||
entity: device_tracker.pfsense_blutwurst1_de_galaxy_s21_ultra_5g_blutwurst1_de
|
||||
variables:
|
||||
ulm_card_person_entity: device_tracker.pfsense_blutwurst1_de_galaxy_s21_ultra_5g_blutwurst1_de
|
||||
ulm_card_person_use_entity_picture: true
|
||||
ulm_card_person_icon: mdi:face-man
|
||||
#ulm_card_person_zone1: zone.home
|
||||
#ulm_address: sensor.s10_mike_gegeocodeerde_locatie
|
||||
- type: "custom:button-card"
|
||||
template: card_person
|
||||
entity: person.toni
|
||||
variables:
|
||||
ulm_card_person_entity: person.toni
|
||||
ulm_card_person_use_entity_picture: true
|
||||
ulm_card_person_icon: mdi:face-woman
|
||||
#ulm_card_person_zone1: zone.home
|
||||
#ulm_address: sensor.s10_mike_gegeocodeerde_locatie
|
||||
|
||||
|
||||
- type: custom:weather-card
|
||||
entity: weather.pirateweather
|
||||
|
||||
|
@ -19,6 +19,15 @@
|
||||
ulm_card_light_force_background_color: true
|
||||
ulm_card_light_name: Bedroom
|
||||
ulm_card_light_enable_collapse: true
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.ikea_of_sweden_tradfri_driver_10w_light
|
||||
variables:
|
||||
ulm_card_light_enable_slider: true
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: true
|
||||
ulm_card_light_name: Office Led
|
||||
ulm_card_light_enable_collapse: true
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
|
@ -2,48 +2,56 @@
|
||||
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: horizontal-stack
|
||||
cards:
|
||||
- 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: horizontal-stack
|
||||
cards:
|
||||
- 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: horizontal-stack
|
||||
cards:
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user