Add Mailbox Automations
This commit is contained in:
@ -15,6 +15,26 @@
|
||||
icon: "mdi:lightbulb" #OPTIONAL
|
||||
name: Temp
|
||||
color: "green"
|
||||
|
||||
- type: 'custom:button-card'
|
||||
color_type: icon
|
||||
entity: switch.mailbox
|
||||
name: Mailbox
|
||||
tap_action: none
|
||||
show_label: true
|
||||
size: 20%
|
||||
state:
|
||||
- operator: template
|
||||
value: >
|
||||
[[[ return states['switch.mailbox'].state === 'on' ]]]
|
||||
icon: mdi:mailbox
|
||||
label: Mail
|
||||
- operator: default
|
||||
icon: mdi:mailbox-outline
|
||||
label: No Mail
|
||||
|
||||
|
||||
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
@ -37,21 +57,4 @@
|
||||
- type: custom:weather-card
|
||||
entity: weather.pirateweather
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: 'custom:valetudo-map-card'
|
||||
vacuum: 'valetudo_kunibert'
|
||||
title:
|
||||
show_status: false
|
||||
show_battery_level: false
|
||||
show_start_button: false
|
||||
show_pause_button: false
|
||||
show_stop_button: false
|
||||
show_home_button: false
|
||||
show_locate_button: false
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: "card_vacuum"
|
||||
entity: 'vacuum.valetudo_kunibert'
|
||||
|
||||
|
||||
|
21
lovelace/dashboard/kunibert.yaml
Executable file
21
lovelace/dashboard/kunibert.yaml
Executable file
@ -0,0 +1,21 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Kunibert
|
||||
label: information
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: 'custom:valetudo-map-card'
|
||||
vacuum: 'valetudo_kunibert'
|
||||
title:
|
||||
show_status: false
|
||||
show_battery_level: false
|
||||
show_start_button: false
|
||||
show_pause_button: false
|
||||
show_stop_button: false
|
||||
show_home_button: false
|
||||
show_locate_button: false
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: "card_vacuum"
|
||||
entity: 'vacuum.valetudo_kunibert'
|
Reference in New Issue
Block a user