mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 04:24:42 +00:00
Moar HUE
This commit is contained in:
@@ -28,10 +28,10 @@ light:
|
||||
- platform: group
|
||||
name: Master bedroom main
|
||||
entities:
|
||||
- light.light_lohas_1
|
||||
- light.light_lohas_2
|
||||
- light.light_lohas_3
|
||||
- light.light_lohas_6
|
||||
- light.hue_2
|
||||
- light.hue_3
|
||||
- light.hue_4
|
||||
- light.hue_5
|
||||
|
||||
- platform: group
|
||||
name: Master bedroom
|
||||
@@ -43,17 +43,17 @@ light:
|
||||
- platform: group
|
||||
name: Kitchen main
|
||||
entities:
|
||||
- light.ledvance_1 # osram_2
|
||||
- light.osram_3
|
||||
- light.ledvance_1
|
||||
- light.neo_2
|
||||
- light.neo_1
|
||||
|
||||
- platform: group
|
||||
name: Kitchen secondary
|
||||
entities:
|
||||
- light.hue_1 # osram_6
|
||||
- light.osram_7
|
||||
- light.osram_8
|
||||
- light.osram_9
|
||||
- light.hue_ambiance_1
|
||||
- light.hue_ambiance_2
|
||||
- light.hue_ambiance_3
|
||||
- light.hue_ambiance_4
|
||||
|
||||
- platform: group
|
||||
name: Kitchen
|
||||
@@ -61,12 +61,6 @@ light:
|
||||
- light.kitchen_main
|
||||
- light.kitchen_secondary
|
||||
|
||||
# - platform: group
|
||||
# name: Tuya Kitchen
|
||||
# entities:
|
||||
# - light.tuya_kitchen_main
|
||||
# - light.tuya_kitchen_secondary
|
||||
|
||||
- platform: group
|
||||
name: Hallway entrance
|
||||
entities:
|
||||
@@ -76,8 +70,8 @@ light:
|
||||
- platform: group
|
||||
name: Hallway main
|
||||
entities:
|
||||
- light.osram_1
|
||||
- light.osram_4
|
||||
- light.hue_white_3
|
||||
- light.hue_1
|
||||
|
||||
- platform: group
|
||||
name: Hallway
|
||||
|
||||
@@ -10,6 +10,7 @@ light:
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_white_1/set"
|
||||
brightness_scale: 254
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_2"
|
||||
state_topic: "z2m_deconz/hue_white_2"
|
||||
@@ -22,6 +23,114 @@ light:
|
||||
command_topic: "z2m_deconz/hue_white_2/set"
|
||||
brightness_scale: 254
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_3"
|
||||
state_topic: "z2m_deconz/hue_white_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: false
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_white_3/set"
|
||||
brightness_scale: 254
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_4"
|
||||
state_topic: "z2m_deconz/hue_white_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: false
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_white_4/set"
|
||||
brightness_scale: 254
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_1"
|
||||
state_topic: "z2m_deconz/hue_ambiance_1"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_ambiance_1/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
effect: true
|
||||
effect_list:
|
||||
- "blink"
|
||||
- "breathe"
|
||||
- "okay"
|
||||
- "channel_change"
|
||||
- "finish_effect"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_2"
|
||||
state_topic: "z2m_deconz/hue_ambiance_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_ambiance_2/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
effect: true
|
||||
effect_list:
|
||||
- "blink"
|
||||
- "breathe"
|
||||
- "okay"
|
||||
- "channel_change"
|
||||
- "finish_effect"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_3"
|
||||
state_topic: "z2m_deconz/hue_ambiance_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_ambiance_3/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
effect: true
|
||||
effect_list:
|
||||
- "blink"
|
||||
- "breathe"
|
||||
- "okay"
|
||||
- "channel_change"
|
||||
- "finish_effect"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_4"
|
||||
state_topic: "z2m_deconz/hue_ambiance_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_ambiance_4/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
effect: true
|
||||
effect_list:
|
||||
- "blink"
|
||||
- "breathe"
|
||||
- "okay"
|
||||
- "channel_change"
|
||||
- "finish_effect"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_1"
|
||||
state_topic: "z2m_deconz/hue_1"
|
||||
@@ -44,6 +153,95 @@ light:
|
||||
- "finish_effect"
|
||||
- "stop_effect"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_2"
|
||||
state_topic: "z2m_deconz/hue_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: true
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_2/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
effect: true
|
||||
effect_list:
|
||||
- "blink"
|
||||
- "breathe"
|
||||
- "okay"
|
||||
- "channel_change"
|
||||
- "finish_effect"
|
||||
- "stop_effect"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_3"
|
||||
state_topic: "z2m_deconz/hue_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: true
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_3/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
effect: true
|
||||
effect_list:
|
||||
- "blink"
|
||||
- "breathe"
|
||||
- "okay"
|
||||
- "channel_change"
|
||||
- "finish_effect"
|
||||
- "stop_effect"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_4"
|
||||
state_topic: "z2m_deconz/hue_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: true
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_4/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
effect: true
|
||||
effect_list:
|
||||
- "blink"
|
||||
- "breathe"
|
||||
- "okay"
|
||||
- "channel_change"
|
||||
- "finish_effect"
|
||||
- "stop_effect"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_5"
|
||||
state_topic: "z2m_deconz/hue_5"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: true
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/hue_5/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
effect: true
|
||||
effect_list:
|
||||
- "blink"
|
||||
- "breathe"
|
||||
- "okay"
|
||||
- "channel_change"
|
||||
- "finish_effect"
|
||||
- "stop_effect"
|
||||
|
||||
|
||||
sensor:
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_1_lqi"
|
||||
@@ -73,6 +271,90 @@ sensor:
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_3_lqi"
|
||||
state_topic: "z2m_deconz/hue_white_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_3_update_state"
|
||||
state_topic: "z2m_deconz/hue_white_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_4_lqi"
|
||||
state_topic: "z2m_deconz/hue_white_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_4_update_state"
|
||||
state_topic: "z2m_deconz/hue_white_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_1_lqi"
|
||||
state_topic: "z2m_deconz/hue_ambiance_1"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_1_update_state"
|
||||
state_topic: "z2m_deconz/hue_ambiance_1"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_2_lqi"
|
||||
state_topic: "z2m_deconz/hue_ambiance_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_2_update_state"
|
||||
state_topic: "z2m_deconz/hue_ambiance_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_3_lqi"
|
||||
state_topic: "z2m_deconz/hue_ambiance_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_3_update_state"
|
||||
state_topic: "z2m_deconz/hue_ambiance_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_4_lqi"
|
||||
state_topic: "z2m_deconz/hue_ambiance_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_4_update_state"
|
||||
state_topic: "z2m_deconz/hue_ambiance_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_1_lqi"
|
||||
state_topic: "z2m_deconz/hue_1"
|
||||
@@ -87,6 +369,62 @@ sensor:
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_2_lqi"
|
||||
state_topic: "z2m_deconz/hue_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_2_update_state"
|
||||
state_topic: "z2m_deconz/hue_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_3_lqi"
|
||||
state_topic: "z2m_deconz/hue_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_3_update_state"
|
||||
state_topic: "z2m_deconz/hue_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_4_lqi"
|
||||
state_topic: "z2m_deconz/hue_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_4_update_state"
|
||||
state_topic: "z2m_deconz/hue_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_5_lqi"
|
||||
state_topic: "z2m_deconz/hue_5"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "hue_5_update_state"
|
||||
state_topic: "z2m_deconz/hue_5"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
icon: "mdi:update"
|
||||
value_template: "{{ value_json['update']['state'] }}"
|
||||
|
||||
|
||||
binary_sensor:
|
||||
- platform: "mqtt"
|
||||
@@ -103,6 +441,50 @@ binary_sensor:
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_3_update_available"
|
||||
state_topic: "z2m_deconz/hue_white_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
- platform: "mqtt"
|
||||
name: "hue_white_4_update_available"
|
||||
state_topic: "z2m_deconz/hue_white_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_1_update_available"
|
||||
state_topic: "z2m_deconz/hue_ambiance_1"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_2_update_available"
|
||||
state_topic: "z2m_deconz/hue_ambiance_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_3_update_available"
|
||||
state_topic: "z2m_deconz/hue_ambiance_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
- platform: "mqtt"
|
||||
name: "hue_ambiance_4_update_available"
|
||||
state_topic: "z2m_deconz/hue_ambiance_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "hue_1_update_available"
|
||||
state_topic: "z2m_deconz/hue_1"
|
||||
@@ -110,3 +492,31 @@ binary_sensor:
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
- platform: "mqtt"
|
||||
name: "hue_2_update_available"
|
||||
state_topic: "z2m_deconz/hue_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
- platform: "mqtt"
|
||||
name: "hue_3_update_available"
|
||||
state_topic: "z2m_deconz/hue_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
- platform: "mqtt"
|
||||
name: "hue_4_update_available"
|
||||
state_topic: "z2m_deconz/hue_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
- platform: "mqtt"
|
||||
name: "hue_5_update_available"
|
||||
state_topic: "z2m_deconz/hue_5"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.update_available}}"
|
||||
|
||||
@@ -109,7 +109,7 @@ light:
|
||||
retain: false
|
||||
|
||||
- platform: mqtt
|
||||
name: "light_lohas_1"
|
||||
name: "pc"
|
||||
state_topic: "tele/light_lohas_1/STATE"
|
||||
state_value_template: "{{ value_json.POWER }}"
|
||||
command_topic: "cmnd/light_lohas_1/POWER"
|
||||
@@ -366,7 +366,7 @@ sensor:
|
||||
value_template: "{{ value_json.Wifi.RSSI }}"
|
||||
|
||||
- platform: mqtt
|
||||
name: "light_lohas_1_wifi"
|
||||
name: "pc_wifi"
|
||||
availability_topic: "tele/light_lohas_1/LWT"
|
||||
device_class: signal_strength
|
||||
payload_available: "Online"
|
||||
@@ -492,7 +492,7 @@ switch:
|
||||
value_template: "{{ value_json.Fade }}"
|
||||
|
||||
- platform: mqtt
|
||||
name: "light_lohas_1_fade"
|
||||
name: "pc_fade"
|
||||
availability_topic: "tele/light_lohas_1/LWT"
|
||||
command_topic: "cmnd/light_lohas_1/FADE"
|
||||
icon: mdi:gradient
|
||||
|
||||
@@ -13,7 +13,7 @@ light:
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
- platform: "mqtt"
|
||||
name: "pc"
|
||||
name: "neo_2"
|
||||
state_topic: "z2m_deconz/neo_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
|
||||
@@ -1,191 +0,0 @@
|
||||
light:
|
||||
- platform: "mqtt"
|
||||
name: "osram_1"
|
||||
state_topic: "z2m_deconz/osram_1"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/osram_1/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "osram_2"
|
||||
state_topic: "z2m_deconz/osram_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/osram_2/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "osram_3"
|
||||
state_topic: "z2m_deconz/osram_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/osram_3/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "osram_4"
|
||||
state_topic: "z2m_deconz/osram_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/osram_4/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "osram_5"
|
||||
state_topic: "z2m_deconz/osram_5"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/osram_5/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "osram_6"
|
||||
state_topic: "z2m_deconz/osram_6"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/osram_6/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "osram_7"
|
||||
state_topic: "z2m_deconz/osram_7"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/osram_7/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "osram_8"
|
||||
state_topic: "z2m_deconz/osram_8"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/osram_8/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "osram_9"
|
||||
state_topic: "z2m_deconz/osram_9"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: false
|
||||
hs: false
|
||||
schema: "json"
|
||||
command_topic: "z2m_deconz/osram_9/set"
|
||||
brightness_scale: 254
|
||||
max_mireds: 500
|
||||
min_mireds: 150
|
||||
|
||||
sensor:
|
||||
- platform: "mqtt"
|
||||
name: "osram_1_lqi"
|
||||
state_topic: "z2m_deconz/osram_1"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "osram_2_lqi"
|
||||
state_topic: "z2m_deconz/osram_2"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "osram_3_lqi"
|
||||
state_topic: "z2m_deconz/osram_3"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "osram_4_lqi"
|
||||
state_topic: "z2m_deconz/osram_4"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "osram_5_lqi"
|
||||
state_topic: "z2m_deconz/osram_5"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "osram_6_lqi"
|
||||
state_topic: "z2m_deconz/osram_6"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "osram_7_lqi"
|
||||
state_topic: "z2m_deconz/osram_7"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "osram_8_lqi"
|
||||
state_topic: "z2m_deconz/osram_8"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
- platform: "mqtt"
|
||||
name: "osram_9_lqi"
|
||||
state_topic: "z2m_deconz/osram_9"
|
||||
availability_topic: "z2m_deconz/bridge/state"
|
||||
value_template: "{{ value_json.linkquality }}"
|
||||
unit_of_measurement: "lqi"
|
||||
icon: "mdi:signal"
|
||||
Reference in New Issue
Block a user