update
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user