mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
0.117.5 fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Philips Purifier
|
# Philips Purifier
|
||||||
# https://github.com/xMrVizzy/Philips-AirPurifier
|
# https://github.com/xMrVizzy/Philips-AirPurifier
|
||||||
fan:
|
fan:
|
||||||
platform: philips_airpurifier
|
- platform: philips_airpurifier
|
||||||
host: !secret philips_purifier_ip
|
host: !secret philips_purifier_ip
|
||||||
|
|
||||||
input_select:
|
input_select:
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ binary_sensor:
|
|||||||
name: "Living room right window"
|
name: "Living room right window"
|
||||||
state_topic: "z2m_deconz/living_room_right_window"
|
state_topic: "z2m_deconz/living_room_right_window"
|
||||||
availability_topic: "z2m_deconz/bridge/state"
|
availability_topic: "z2m_deconz/bridge/state"
|
||||||
payload_on: false
|
payload_on: "false"
|
||||||
payload_off: true
|
payload_off: "true"
|
||||||
value_template: "{{ value_json.contact }}"
|
value_template: "{{ value_json.contact }}"
|
||||||
device_class: "window"
|
device_class: "window"
|
||||||
|
|
||||||
@@ -27,8 +27,8 @@ binary_sensor:
|
|||||||
name: "Bedroom left window"
|
name: "Bedroom left window"
|
||||||
state_topic: "z2m_deconz/bedroom_left_window"
|
state_topic: "z2m_deconz/bedroom_left_window"
|
||||||
availability_topic: "z2m_deconz/bridge/state"
|
availability_topic: "z2m_deconz/bridge/state"
|
||||||
payload_on: false
|
payload_on: "false"
|
||||||
payload_off: true
|
payload_off: "true"
|
||||||
value_template: "{{ value_json.contact }}"
|
value_template: "{{ value_json.contact }}"
|
||||||
device_class: "window"
|
device_class: "window"
|
||||||
|
|
||||||
@@ -36,8 +36,8 @@ binary_sensor:
|
|||||||
name: "Bedroom right window"
|
name: "Bedroom right window"
|
||||||
state_topic: "z2m_deconz/bedroom_right_window"
|
state_topic: "z2m_deconz/bedroom_right_window"
|
||||||
availability_topic: "z2m_deconz/bridge/state"
|
availability_topic: "z2m_deconz/bridge/state"
|
||||||
payload_on: false
|
payload_on: "false"
|
||||||
payload_off: true
|
payload_off: "true"
|
||||||
value_template: "{{ value_json.contact }}"
|
value_template: "{{ value_json.contact }}"
|
||||||
device_class: "window"
|
device_class: "window"
|
||||||
|
|
||||||
@@ -45,8 +45,8 @@ binary_sensor:
|
|||||||
name: "Kitchen window"
|
name: "Kitchen window"
|
||||||
state_topic: "z2m_deconz/kitchen_window"
|
state_topic: "z2m_deconz/kitchen_window"
|
||||||
availability_topic: "z2m_deconz/bridge/state"
|
availability_topic: "z2m_deconz/bridge/state"
|
||||||
payload_on: false
|
payload_on: "false"
|
||||||
payload_off: true
|
payload_off: "true"
|
||||||
value_template: "{{ value_json.contact }}"
|
value_template: "{{ value_json.contact }}"
|
||||||
device_class: "window"
|
device_class: "window"
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ binary_sensor:
|
|||||||
sensors:
|
sensors:
|
||||||
sonos_recoverable:
|
sonos_recoverable:
|
||||||
friendly_name: Sonos recoverable
|
friendly_name: Sonos recoverable
|
||||||
entity_id: media_player.master_bedroom
|
|
||||||
value_template: >-
|
value_template: >-
|
||||||
|
|
||||||
{% set content_id = state_attr('media_player.master_bedroom', 'media_content_id') %}
|
{% set content_id = state_attr('media_player.master_bedroom', 'media_content_id') %}
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ binary_sensor:
|
|||||||
friendly_name: Georgi
|
friendly_name: Georgi
|
||||||
device_class: presence
|
device_class: presence
|
||||||
value_template: "{{ is_state('input_boolean.georgi_home', 'on') }}"
|
value_template: "{{ is_state('input_boolean.georgi_home', 'on') }}"
|
||||||
entity_id: input_boolean.georgi_home
|
|
||||||
icon_template: >
|
icon_template: >
|
||||||
{% if is_state('input_boolean.georgi_home', 'on') %} mdi:account
|
{% if is_state('input_boolean.georgi_home', 'on') %} mdi:account
|
||||||
{% else %} mdi:account-off-outline
|
{% else %} mdi:account-off-outline
|
||||||
@@ -54,13 +53,11 @@ binary_sensor:
|
|||||||
trisensor_motion:
|
trisensor_motion:
|
||||||
friendly_name: TriSensor motion
|
friendly_name: TriSensor motion
|
||||||
device_class: motion
|
device_class: motion
|
||||||
entity_id: sensor.trisensor_burglar
|
|
||||||
value_template: "{{ is_state('sensor.trisensor_burglar', '8') }}"
|
value_template: "{{ is_state('sensor.trisensor_burglar', '8') }}"
|
||||||
|
|
||||||
multisensor_motion:
|
multisensor_motion:
|
||||||
friendly_name: MultiSensor motion
|
friendly_name: MultiSensor motion
|
||||||
device_class: motion
|
device_class: motion
|
||||||
entity_id: sensor.multisensor_6_burglar
|
|
||||||
value_template: "{{ is_state('sensor.multisensor_6_burglar', '8') }}"
|
value_template: "{{ is_state('sensor.multisensor_6_burglar', '8') }}"
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
|
|||||||
@@ -36,15 +36,15 @@ binary_sensor:
|
|||||||
name: "Bedroom door"
|
name: "Bedroom door"
|
||||||
state_topic: "z2m_deconz/bedroom_door"
|
state_topic: "z2m_deconz/bedroom_door"
|
||||||
availability_topic: "z2m_deconz/bridge/state"
|
availability_topic: "z2m_deconz/bridge/state"
|
||||||
payload_on: false
|
payload_on: "false"
|
||||||
payload_off: true
|
payload_off: "true"
|
||||||
value_template: "{{ value_json.contact }}"
|
value_template: "{{ value_json.contact }}"
|
||||||
device_class: "door"
|
device_class: "door"
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
name: "Front door"
|
name: "Front door"
|
||||||
state_topic: "z2m_deconz/front_door"
|
state_topic: "z2m_deconz/front_door"
|
||||||
availability_topic: "z2m_deconz/bridge/state"
|
availability_topic: "z2m_deconz/bridge/state"
|
||||||
payload_on: false
|
payload_on: "false"
|
||||||
payload_off: true
|
payload_off: "true"
|
||||||
value_template: "{{ value_json.contact }}"
|
value_template: "{{ value_json.contact }}"
|
||||||
device_class: "door"
|
device_class: "door"
|
||||||
|
|||||||
@@ -3,16 +3,16 @@ binary_sensor:
|
|||||||
name: "Hallway motion occupancy"
|
name: "Hallway motion occupancy"
|
||||||
state_topic: "z2m_deconz/hallway_motion"
|
state_topic: "z2m_deconz/hallway_motion"
|
||||||
availability_topic: "z2m_deconz/bridge/state"
|
availability_topic: "z2m_deconz/bridge/state"
|
||||||
payload_on: true
|
payload_on: "true"
|
||||||
payload_off: false
|
payload_off: "false"
|
||||||
value_template: "{{ value_json.occupancy }}"
|
value_template: "{{ value_json.occupancy }}"
|
||||||
device_class: "motion"
|
device_class: "motion"
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
name: "Kitchen motion occupancy"
|
name: "Kitchen motion occupancy"
|
||||||
state_topic: "z2m_deconz/kitchen_motion"
|
state_topic: "z2m_deconz/kitchen_motion"
|
||||||
availability_topic: "z2m_deconz/bridge/state"
|
availability_topic: "z2m_deconz/bridge/state"
|
||||||
payload_on: true
|
payload_on: "true"
|
||||||
payload_off: false
|
payload_off: "false"
|
||||||
value_template: "{{ value_json.occupancy }}"
|
value_template: "{{ value_json.occupancy }}"
|
||||||
device_class: "motion"
|
device_class: "motion"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user