Started to switch from fhem to ccu
This commit is contained in:
@@ -128,38 +128,65 @@
|
||||
},
|
||||
"type": "custom:mini-media-player"
|
||||
},
|
||||
{
|
||||
"type": "horizontal-stack",
|
||||
"title": "Pool",
|
||||
"cards": [
|
||||
{
|
||||
"type": "gauge",
|
||||
"entity": "sensor.pool_temperature",
|
||||
"min": 10,
|
||||
"name": "Temperatur",
|
||||
"max": 30,
|
||||
"severity": {
|
||||
"green": 18,
|
||||
"yellow": 20,
|
||||
"red": 24
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "gauge",
|
||||
"entity": "sensor.pool_ph",
|
||||
"min": 6,
|
||||
"name": "pH",
|
||||
"max": 9,
|
||||
"severity": {
|
||||
"green": 6.9,
|
||||
"yellow": 7.4,
|
||||
"red": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "gauge",
|
||||
"entity": "sensor.pool_oxydo_reduction_potential",
|
||||
"min": 400,
|
||||
"name": "Redox",
|
||||
"max": 650,
|
||||
"severity": {
|
||||
"green": 650,
|
||||
"yellow": 500,
|
||||
"red": 400
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"name": "Pumpe",
|
||||
"icon": "mdi:pump",
|
||||
"entity": "switch.poolpumpesteckdose",
|
||||
"show_state": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "switch.tasmota01",
|
||||
"icon": "mdi:led-strip-variant",
|
||||
"name": "Balkon Lichterkette"
|
||||
"entity": "sensor.pool_pumpe_heute"
|
||||
},
|
||||
{
|
||||
"entity": "switch.tasmota02",
|
||||
"icon": "mdi:star-face",
|
||||
"name": "Arbeitszimmer Stern"
|
||||
},
|
||||
{
|
||||
"entity": "switch.tasmota03",
|
||||
"icon": "mdi:star-four-points",
|
||||
"name": "Eingang Stern"
|
||||
},
|
||||
{
|
||||
"entity": "switch.mobile_steckdose_schalter_1",
|
||||
"icon": "mdi:star",
|
||||
"name": "K\u00fcche Stern"
|
||||
},
|
||||
{
|
||||
"entity": "switch.mobile_steckdose_schalter_2",
|
||||
"icon": "mdi:candle",
|
||||
"name": "Wohnzimmer"
|
||||
"entity": "sensor.pool_pumpe_gestern"
|
||||
}
|
||||
],
|
||||
"title": "Weihnachten",
|
||||
"state_color": true,
|
||||
"icon": "mdi:pine-tree"
|
||||
]
|
||||
}
|
||||
],
|
||||
"icon": "mdi:sofa",
|
||||
@@ -282,7 +309,7 @@
|
||||
"name": "Stillen"
|
||||
},
|
||||
{
|
||||
"entity": "light.schlafzimmer_deckenlampe",
|
||||
"entity": "light.schlafzimmer_deckenlampe_2",
|
||||
"name": "Deckenlampe"
|
||||
},
|
||||
{
|
||||
@@ -318,11 +345,6 @@
|
||||
"entity": "automation.wecker_licht_an",
|
||||
"name": "Martin Wecker Licht an"
|
||||
},
|
||||
{
|
||||
"entity": "sensor.martin_handy_alarm_sensor",
|
||||
"format": "relative",
|
||||
"name": "Wecker"
|
||||
},
|
||||
{
|
||||
"entity": "sensor.schlafzimmer_dht22_temperatur",
|
||||
"name": "Temperatur"
|
||||
@@ -489,7 +511,7 @@
|
||||
"name": "Fluter"
|
||||
},
|
||||
{
|
||||
"entity": "cover.kinderzimmer_rollo",
|
||||
"entity": "cover.kinderzimmer_rollo_2",
|
||||
"name": "Rollo Klein",
|
||||
"type": "custom:state-card-custom-cover"
|
||||
},
|
||||
@@ -514,6 +536,40 @@
|
||||
"image": "https://demo.home-assistant.io/stub_config/bedroom.png",
|
||||
"name": "BabyCam",
|
||||
"type": "picture-entity"
|
||||
},
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "timer.fon_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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"icon": "mdi:star-face",
|
||||
|
||||
Reference in New Issue
Block a user