New browser_mod popups
This commit is contained in:
10
lovelace/popups/doors.yaml
Normal file
10
lovelace/popups/doors.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
entities: &door_entities
|
||||
- binary_sensor.hall_ytterdorr
|
||||
- binary_sensor.tvattstuga_ytterdorr
|
||||
- binary_sensor.vardagsrum_ytterdorr
|
||||
- binary_sensor.sovrum_ytterdorr
|
||||
- type: history-graph
|
||||
entities: *door_entities
|
||||
48
lovelace/popups/vacuum.yaml
Normal file
48
lovelace/popups/vacuum.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:auto-entities
|
||||
card: { type: entities }
|
||||
filter:
|
||||
include:
|
||||
- entity_id: switch.vacuum_*
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: entity-button
|
||||
entity: sun.sun
|
||||
icon: mdi:broom
|
||||
name: Städa
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: python_script.event
|
||||
service_data:
|
||||
event: VACUUM_ZONE
|
||||
- type: entity-button
|
||||
entity: sun.sun
|
||||
icon: mdi:broom
|
||||
name: Städa Allt
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: python_script.event
|
||||
service_data:
|
||||
event: VACUUM_ALL
|
||||
- type: entity-button
|
||||
entity: sun.sun
|
||||
icon: mdi:wrench
|
||||
name: Töm
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: python_script.event
|
||||
service_data:
|
||||
event: VACUUM_SERVICE
|
||||
- type: entity-button
|
||||
entity: sun.sun
|
||||
icon: mdi:sleep
|
||||
name: Vila
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: python_script.event
|
||||
service_data:
|
||||
event: VACUUM_HOME
|
||||
|
||||
- type: custom:more-info-card
|
||||
entity: vacuum.xiaomi_vacuum_cleaner
|
||||
Reference in New Issue
Block a user