Add Mailbox Automations

This commit is contained in:
2022-08-12 11:08:44 +02:00
parent ca27869935
commit 9f99de4509
8 changed files with 174 additions and 18 deletions

View File

@ -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'

View 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'