This commit is contained in:
Martin Bauer
2022-08-28 22:33:35 +02:00
parent 91fc9c38ff
commit f261b582b0
44 changed files with 71746 additions and 59774 deletions

View File

@@ -16,62 +16,6 @@
"icon": "mdi:home",
"badges": [],
"cards": [
{
"type": "conditional",
"conditions": [
{
"entity": "cover.kinderzimmer_rollo",
"state_not": "open"
}
],
"card": {
"type": "vertical-stack",
"cards": [
{
"type": "entities",
"entities": [
{
"entity": "switch.tasmota07",
"name": "F\u00f6n",
"icon": "mdi:hair-dryer"
},
{
"entity": "timer.fon_timer",
"name": "Timer",
"icon": "mdi:timer"
},
{
"type": "button",
"name": "Aus in 10 min",
"action_name": "Los",
"tap_action": {
"action": "call-service",
"service": "timer.start",
"service_data": {
"entity_id": "timer.fon_timer",
"duration": "00:10:00"
}
}
},
{
"type": "button",
"name": "Aus in 15 min",
"action_name": "Los",
"tap_action": {
"action": "call-service",
"service": "timer.start",
"service_data": {
"entity_id": "timer.fon_timer",
"duration": "00:15:00"
}
}
}
],
"title": "F\u00f6n"
}
]
}
},
{
"type": "entities",
"entities": [