fix lovelace syntax issues
This commit is contained in:
parent
865a27fb6e
commit
18297a920f
@ -1,5 +1,4 @@
|
||||
- title: Home
|
||||
id: light
|
||||
title: Home
|
||||
icon: mdi:home
|
||||
cards:
|
||||
- type: custom:weather-card
|
||||
|
@ -1,10 +1,8 @@
|
||||
- title: Licht
|
||||
id: light
|
||||
title: Licht
|
||||
icon: mdi:lightbulb-outline
|
||||
cards:
|
||||
- type: entities
|
||||
title: Wohnzimmer
|
||||
id: livingroom
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: light.livingroom_light
|
||||
@ -36,7 +34,6 @@
|
||||
|
||||
- type: entities
|
||||
title: Büro
|
||||
id: office
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: light.office_light
|
||||
@ -58,7 +55,6 @@
|
||||
|
||||
- type: entities
|
||||
title: Schlafzimmer
|
||||
id: bedroom
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: light.bedroom_light
|
||||
@ -80,7 +76,6 @@
|
||||
|
||||
- type: entities
|
||||
title: Flur
|
||||
id: hall
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: light.hall_light
|
||||
@ -97,7 +92,6 @@
|
||||
|
||||
- type: entities
|
||||
title: Bad
|
||||
id: bath
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: light.bath_light
|
||||
|
@ -1,5 +1,4 @@
|
||||
- title: Staubsauger
|
||||
id: vacuum
|
||||
title: Staubsauger
|
||||
icon: mdi:robot-vacuum
|
||||
cards:
|
||||
- type: custom:valetudo-map-card
|
||||
|
@ -1,5 +1,4 @@
|
||||
- title: Wartung
|
||||
id: maintenance
|
||||
title: Wartung
|
||||
icon: mdi:tools
|
||||
cards:
|
||||
- type: custom:auto-entities
|
||||
|
@ -48,7 +48,7 @@ zigbee2mqtt:
|
||||
service: mqtt.publish
|
||||
data_template:
|
||||
topic: zigbee2mqtt/bridge/request/device/rename
|
||||
payload_template: >-
|
||||
payload: >-
|
||||
{
|
||||
"from": "{{ states.input_text.zigbee2mqtt_old_name.state | string }}",
|
||||
"to": "{{ states.input_text.zigbee2mqtt_new_name.state | string }}"
|
||||
@ -59,7 +59,7 @@ zigbee2mqtt:
|
||||
service: mqtt.publish
|
||||
data_template:
|
||||
topic: zigbee2mqtt/bridge/request/device/remove
|
||||
payload_template: >-
|
||||
payload: >-
|
||||
{
|
||||
"id": "{{ states.input_text.zigbee2mqtt_remove.state | string }}",
|
||||
"force": {% if states.input_boolean.zigbee2mqtt_force_remove.state == "off" %}false{% else %}true{% endif %}
|
||||
@ -119,8 +119,8 @@ zigbee2mqtt:
|
||||
action:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
payload_template: "{{ states('input_select.zigbee2mqtt_log_level') }}"
|
||||
topic: zigbee2mqtt/bridge/request/config/log_level
|
||||
payload: "{{ states('input_select.zigbee2mqtt_log_level') }}"
|
||||
# Automation to start timer when enable join is turned on
|
||||
- id: zigbee_join_enabled
|
||||
alias: Zigbee Join Enabled
|
||||
|
Loading…
Reference in New Issue
Block a user