Latest version
This commit is contained in:
@@ -581,11 +581,6 @@
|
||||
"name": "Regal",
|
||||
"icon": "hue:bulb-group-lightstrip"
|
||||
},
|
||||
{
|
||||
"entity": "light.kinderzimmer_fluter",
|
||||
"name": "Fluter",
|
||||
"icon": "hue:floor-shade"
|
||||
},
|
||||
{
|
||||
"entity": "cover.kinderzimmer_rollo_2",
|
||||
"name": "Rollo Klein",
|
||||
@@ -607,40 +602,6 @@
|
||||
"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",
|
||||
@@ -657,6 +618,122 @@
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "sensor.gartenhaus_steckdose2_verbrauch",
|
||||
"name": "Verbrauch",
|
||||
"icon": "hue:room-pool",
|
||||
"secondary_info": "none"
|
||||
},
|
||||
{
|
||||
"type": "custom:paper-buttons-row",
|
||||
"buttons": [
|
||||
{
|
||||
"entity": "script.pool_pumpe_schalten",
|
||||
"icon": "mdi:numeric-0-box",
|
||||
"name": false,
|
||||
"tap_action": {
|
||||
"action": "call-service",
|
||||
"service": "script.pool_pumpe_schalten",
|
||||
"service_data": {
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"entity": "script.pool_pumpe_schalten",
|
||||
"icon": "mdi:numeric-1-box",
|
||||
"name": false,
|
||||
"tap_action": {
|
||||
"action": "call-service",
|
||||
"service": "script.pool_pumpe_schalten",
|
||||
"service_data": {
|
||||
"value": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"entity": "script.pool_pumpe_schalten",
|
||||
"icon": "mdi:numeric-2-box",
|
||||
"name": false,
|
||||
"tap_action": {
|
||||
"action": "call-service",
|
||||
"service": "script.pool_pumpe_schalten",
|
||||
"service_data": {
|
||||
"value": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"entity": "script.pool_pumpe_schalten",
|
||||
"icon": "mdi:numeric-3-box",
|
||||
"name": false,
|
||||
"tap_action": {
|
||||
"action": "call-service",
|
||||
"service": "script.pool_pumpe_schalten",
|
||||
"service_data": {
|
||||
"value": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "sensor.oxilife_hydrolyse"
|
||||
},
|
||||
{
|
||||
"entity": "sensor.oxilife_ph"
|
||||
},
|
||||
{
|
||||
"entity": "sensor.oxilife_redox_level"
|
||||
},
|
||||
{
|
||||
"entity": "sensor.pool_temperatur"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.oxilife_saure_pumpe"
|
||||
}
|
||||
],
|
||||
"title": "Pool Pumpe"
|
||||
},
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "light.pool_licht",
|
||||
"name": "Pool Licht",
|
||||
"icon": "mdi:pool"
|
||||
},
|
||||
{
|
||||
"type": "divider"
|
||||
},
|
||||
{
|
||||
"entity": "light.garten_sud",
|
||||
"name": "Garten Süd",
|
||||
"icon": "mdi:tree"
|
||||
},
|
||||
{
|
||||
"entity": "light.gartenhaus_wandlicht",
|
||||
"name": "Gartenhaus Wandlicht",
|
||||
"icon": "mdi:led-strip-variant"
|
||||
},
|
||||
{
|
||||
"entity": "light.gartenhaus_deckenlicht_hinten",
|
||||
"icon": "mdi:ceiling-light",
|
||||
"name": "Gartenhaus Decke Hinten"
|
||||
},
|
||||
{
|
||||
"entity": "light.gartenhaus_deckenlicht_mitte",
|
||||
"icon": "mdi:ceiling-light",
|
||||
"name": "Gartenhaus Decke Mitte"
|
||||
},
|
||||
{
|
||||
"entity": "light.gartenhaus_deckenlicht_vorne",
|
||||
"icon": "mdi:ceiling-light",
|
||||
"name": "Gartenhaus Decke Vorne"
|
||||
},
|
||||
{
|
||||
"type": "divider"
|
||||
},
|
||||
{
|
||||
"entity": "light.haustur_licht",
|
||||
"icon": "hue:wall-lantern",
|
||||
@@ -674,46 +751,124 @@
|
||||
"entity": "light.haustur_licht_nw",
|
||||
"name": "Ecklicht oben (NW)",
|
||||
"icon": "hue:wall-lantern"
|
||||
},
|
||||
{
|
||||
"entity": "light.lichter_garten_eingang"
|
||||
},
|
||||
{
|
||||
"entity": "light.hochbeet_lichter"
|
||||
},
|
||||
{
|
||||
"type": "divider"
|
||||
},
|
||||
{
|
||||
"entity": "light.eingang_gartenhaus"
|
||||
},
|
||||
{
|
||||
"entity": "light.eingang_saule_sud"
|
||||
},
|
||||
{
|
||||
"entity": "light.eingang_gartentur_sud"
|
||||
},
|
||||
{
|
||||
"entity": "light.eingang_gartentur_nord"
|
||||
},
|
||||
{
|
||||
"entity": "light.eingang_garageseite"
|
||||
},
|
||||
{
|
||||
"entity": "light.hochbeet_innen"
|
||||
},
|
||||
{
|
||||
"entity": "light.hochbeet_mitte"
|
||||
},
|
||||
{
|
||||
"entity": "light.hochbeet_eingang"
|
||||
}
|
||||
],
|
||||
"title": "Licht",
|
||||
"state_color": true
|
||||
"state_color": true,
|
||||
"show_header_toggle": true
|
||||
},
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "switch.tasmota07",
|
||||
"name": "Balkon",
|
||||
"icon": "mdi:balcony"
|
||||
"entity": "light.briefkasten_licht"
|
||||
},
|
||||
{
|
||||
"entity": "switch.tasmota01",
|
||||
"name": "Eingang",
|
||||
"icon": "mdi:window-closed-variant"
|
||||
"entity": "light.klingelknopfe_licht"
|
||||
},
|
||||
{
|
||||
"entity": "switch.tasmota04",
|
||||
"name": "Esszimmer",
|
||||
"icon": "mdi:window-closed-variant"
|
||||
},
|
||||
{
|
||||
"entity": "switch.tasmota02",
|
||||
"name": "Wohnzimmer",
|
||||
"icon": "mdi:string-lights"
|
||||
},
|
||||
{
|
||||
"entity": "switch.tasmota05",
|
||||
"name": "Arbeitszimmer",
|
||||
"icon": "mdi:star-four-points"
|
||||
},
|
||||
{
|
||||
"entity": "switch.tasmota06",
|
||||
"name": "Treppe",
|
||||
"icon": "mdi:stairs"
|
||||
"entity": "switch.turoffner_gartentur",
|
||||
"icon": "mdi:door"
|
||||
}
|
||||
],
|
||||
"title": "Weihnachten",
|
||||
"title": "Briefkasten",
|
||||
"state_color": true,
|
||||
"show_header_toggle": false
|
||||
},
|
||||
{
|
||||
"chart_type": "line",
|
||||
"period": "hour",
|
||||
"type": "statistics-graph",
|
||||
"entities": [
|
||||
"sensor.oxilife_redox_level"
|
||||
],
|
||||
"stat_types": [
|
||||
"mean"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "script.sprinkler_an_5_minuten",
|
||||
"icon": "mdi:sprinkler",
|
||||
"name": "3 min an",
|
||||
"secondary_info": "last-triggered"
|
||||
},
|
||||
{
|
||||
"type": "call-service",
|
||||
"name": "5 min an",
|
||||
"icon": "mdi:sprinkler-variant",
|
||||
"service": "script.sprinkler_an_5_minuten",
|
||||
"service_data": {
|
||||
"minutes": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "call-service",
|
||||
"name": "10 min an",
|
||||
"icon": "mdi:sprinkler-fire",
|
||||
"service": "script.sprinkler_an_5_minuten",
|
||||
"service_data": {
|
||||
"minutes": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"entity": "switch.ventil_sprinkler_sud",
|
||||
"name": "Rasen Vorne",
|
||||
"icon": "mdi:sprinkler",
|
||||
"secondary_info": "last-changed"
|
||||
},
|
||||
{
|
||||
"entity": "switch.ventil_sprinkler_westen",
|
||||
"name": "Rasen Hinten",
|
||||
"secondary_info": "last-changed",
|
||||
"icon": "mdi:sprinkler"
|
||||
},
|
||||
{
|
||||
"entity": "sensor.zisterne_fullstand"
|
||||
},
|
||||
{
|
||||
"entity": "switch.ventil_giessanlage_vorne",
|
||||
"name": "Tropfschlauch Eingang & Hochbeet",
|
||||
"icon": "mdi:pipe-valve"
|
||||
}
|
||||
],
|
||||
"title": "Giessanlage",
|
||||
"state_color": false,
|
||||
"show_header_toggle": false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user