mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Switch to z2m_deconz
This commit is contained in:
@@ -23,36 +23,36 @@ sensor:
|
||||
# Bedroom weather sensor
|
||||
- platform: mqtt
|
||||
name: "Bedroom weather temperature"
|
||||
state_topic: "zigbee2mqtt/bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "°C"
|
||||
device_class: "temperature"
|
||||
value_template: "{{ value_json.temperature }}"
|
||||
- platform: mqtt
|
||||
name: "Bedroom weather humidity"
|
||||
state_topic: "zigbee2mqtt/bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "humidity"
|
||||
value_template: "{{ value_json.humidity }}"
|
||||
- platform: mqtt
|
||||
name: "Bedroom weather pressure"
|
||||
state_topic: "zigbee2mqtt/bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "hPa"
|
||||
device_class: "pressure"
|
||||
value_template: "{{ value_json.pressure }}"
|
||||
- platform: mqtt
|
||||
name: "Bedroom weather battery"
|
||||
state_topic: "zigbee2mqtt/bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "battery"
|
||||
value_template: "{{ value_json.battery }}"
|
||||
- platform: mqtt
|
||||
name: "Bedroom weather LQI"
|
||||
state_topic: "zigbee2mqtt/bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:signal"
|
||||
unit_of_measurement: "lqi"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
@@ -60,36 +60,36 @@ sensor:
|
||||
# Kitchen weather sensor
|
||||
- platform: mqtt
|
||||
name: "Kitchen weather temperature"
|
||||
state_topic: "zigbee2mqtt/kitchen_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/kitchen_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "°C"
|
||||
device_class: "temperature"
|
||||
value_template: "{{ value_json.temperature }}"
|
||||
- platform: mqtt
|
||||
name: "Kitchen weather humidity"
|
||||
state_topic: "zigbee2mqtt/kitchen_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/kitchen_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "humidity"
|
||||
value_template: "{{ value_json.humidity }}"
|
||||
- platform: mqtt
|
||||
name: "Kitchen weather pressure"
|
||||
state_topic: "zigbee2mqtt/kitchen_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/kitchen_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "hPa"
|
||||
device_class: "pressure"
|
||||
value_template: "{{ value_json.pressure }}"
|
||||
- platform: mqtt
|
||||
name: "Kitchen weather battery"
|
||||
state_topic: "zigbee2mqtt/kitchen_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/kitchen_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "battery"
|
||||
value_template: "{{ value_json.battery }}"
|
||||
- platform: mqtt
|
||||
name: "Kitchen weather LQI"
|
||||
state_topic: "zigbee2mqtt/kitchen_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/kitchen_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:signal"
|
||||
unit_of_measurement: "lqi"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
@@ -97,36 +97,36 @@ sensor:
|
||||
# Bathroom weather sensor
|
||||
- platform: mqtt
|
||||
name: "Bathroom weather temperature"
|
||||
state_topic: "zigbee2mqtt/bathroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bathroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "°C"
|
||||
device_class: "temperature"
|
||||
value_template: "{{ value_json.temperature }}"
|
||||
- platform: mqtt
|
||||
name: "Bathroom weather humidity"
|
||||
state_topic: "zigbee2mqtt/bathroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bathroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "humidity"
|
||||
value_template: "{{ value_json.humidity }}"
|
||||
- platform: mqtt
|
||||
name: "Bathroom weather pressure"
|
||||
state_topic: "zigbee2mqtt/bathroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bathroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "hPa"
|
||||
device_class: "pressure"
|
||||
value_template: "{{ value_json.pressure }}"
|
||||
- platform: mqtt
|
||||
name: "Bathroom weather battery"
|
||||
state_topic: "zigbee2mqtt/bathroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bathroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "battery"
|
||||
value_template: "{{ value_json.battery }}"
|
||||
- platform: mqtt
|
||||
name: "Bathroom weather LQI"
|
||||
state_topic: "zigbee2mqtt/bathroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/bathroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:signal"
|
||||
unit_of_measurement: "lqi"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
@@ -134,36 +134,36 @@ sensor:
|
||||
# Hallway weather sensor
|
||||
- platform: mqtt
|
||||
name: "Hallway weather temperature"
|
||||
state_topic: "zigbee2mqtt/hallway_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/hallway_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "°C"
|
||||
device_class: "temperature"
|
||||
value_template: "{{ value_json.temperature }}"
|
||||
- platform: mqtt
|
||||
name: "Hallway weather humidity"
|
||||
state_topic: "zigbee2mqtt/hallway_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/hallway_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "humidity"
|
||||
value_template: "{{ value_json.humidity }}"
|
||||
- platform: mqtt
|
||||
name: "Hallway weather pressure"
|
||||
state_topic: "zigbee2mqtt/hallway_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/hallway_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "hPa"
|
||||
device_class: "pressure"
|
||||
value_template: "{{ value_json.pressure }}"
|
||||
- platform: mqtt
|
||||
name: "Hallway weather battery"
|
||||
state_topic: "zigbee2mqtt/hallway_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/hallway_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "battery"
|
||||
value_template: "{{ value_json.battery }}"
|
||||
- platform: mqtt
|
||||
name: "Hallway weather LQI"
|
||||
state_topic: "zigbee2mqtt/hallway_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/hallway_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:signal"
|
||||
unit_of_measurement: "lqi"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
@@ -171,36 +171,36 @@ sensor:
|
||||
# Guest bedroom weather sensor
|
||||
- platform: mqtt
|
||||
name: "Guest bedroom weather temperature"
|
||||
state_topic: "zigbee2mqtt/guest_bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/guest_bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "°C"
|
||||
device_class: "temperature"
|
||||
value_template: "{{ value_json.temperature }}"
|
||||
- platform: mqtt
|
||||
name: "Guest bedroom weather humidity"
|
||||
state_topic: "zigbee2mqtt/guest_bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/guest_bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "humidity"
|
||||
value_template: "{{ value_json.humidity }}"
|
||||
- platform: mqtt
|
||||
name: "Guest bedroom weather pressure"
|
||||
state_topic: "zigbee2mqtt/guest_bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/guest_bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "hPa"
|
||||
device_class: "pressure"
|
||||
value_template: "{{ value_json.pressure }}"
|
||||
- platform: mqtt
|
||||
name: "Guest bedroom weather battery"
|
||||
state_topic: "zigbee2mqtt/guest_bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/guest_bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
unit_of_measurement: "%"
|
||||
device_class: "battery"
|
||||
value_template: "{{ value_json.battery }}"
|
||||
- platform: mqtt
|
||||
name: "Guest bedroom weather LQI"
|
||||
state_topic: "zigbee2mqtt/guest_bedroom_weather"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
state_topic: "z2m_deconz/guest_bedroom_weather"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:signal"
|
||||
unit_of_measurement: "lqi"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
|
||||
Reference in New Issue
Block a user