mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
0.117.5 fixes
This commit is contained in:
@@ -18,8 +18,8 @@ binary_sensor:
|
||||
name: "Living room right window"
|
||||
state_topic: "z2m_deconz/living_room_right_window"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: false
|
||||
payload_off: true
|
||||
payload_on: "false"
|
||||
payload_off: "true"
|
||||
value_template: "{{ value_json.contact }}"
|
||||
device_class: "window"
|
||||
|
||||
@@ -27,8 +27,8 @@ binary_sensor:
|
||||
name: "Bedroom left window"
|
||||
state_topic: "z2m_deconz/bedroom_left_window"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: false
|
||||
payload_off: true
|
||||
payload_on: "false"
|
||||
payload_off: "true"
|
||||
value_template: "{{ value_json.contact }}"
|
||||
device_class: "window"
|
||||
|
||||
@@ -36,8 +36,8 @@ binary_sensor:
|
||||
name: "Bedroom right window"
|
||||
state_topic: "z2m_deconz/bedroom_right_window"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: false
|
||||
payload_off: true
|
||||
payload_on: "false"
|
||||
payload_off: "true"
|
||||
value_template: "{{ value_json.contact }}"
|
||||
device_class: "window"
|
||||
|
||||
@@ -45,8 +45,8 @@ binary_sensor:
|
||||
name: "Kitchen window"
|
||||
state_topic: "z2m_deconz/kitchen_window"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: false
|
||||
payload_off: true
|
||||
payload_on: "false"
|
||||
payload_off: "true"
|
||||
value_template: "{{ value_json.contact }}"
|
||||
device_class: "window"
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ binary_sensor:
|
||||
sensors:
|
||||
sonos_recoverable:
|
||||
friendly_name: Sonos recoverable
|
||||
entity_id: media_player.master_bedroom
|
||||
value_template: >-
|
||||
|
||||
{% set content_id = state_attr('media_player.master_bedroom', 'media_content_id') %}
|
||||
|
||||
@@ -45,7 +45,6 @@ binary_sensor:
|
||||
friendly_name: Georgi
|
||||
device_class: presence
|
||||
value_template: "{{ is_state('input_boolean.georgi_home', 'on') }}"
|
||||
entity_id: input_boolean.georgi_home
|
||||
icon_template: >
|
||||
{% if is_state('input_boolean.georgi_home', 'on') %} mdi:account
|
||||
{% else %} mdi:account-off-outline
|
||||
@@ -54,13 +53,11 @@ binary_sensor:
|
||||
trisensor_motion:
|
||||
friendly_name: TriSensor motion
|
||||
device_class: motion
|
||||
entity_id: sensor.trisensor_burglar
|
||||
value_template: "{{ is_state('sensor.trisensor_burglar', '8') }}"
|
||||
|
||||
multisensor_motion:
|
||||
friendly_name: MultiSensor motion
|
||||
device_class: motion
|
||||
entity_id: sensor.multisensor_6_burglar
|
||||
value_template: "{{ is_state('sensor.multisensor_6_burglar', '8') }}"
|
||||
|
||||
sensor:
|
||||
|
||||
Reference in New Issue
Block a user