mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Remove lohas_6
This commit is contained in:
@@ -107,33 +107,6 @@ mqtt:
|
|||||||
effect_value_template: "{{value_json.Scheme}}"
|
effect_value_template: "{{value_json.Scheme}}"
|
||||||
effect_list: [0, 1, 2, 3, 4]
|
effect_list: [0, 1, 2, 3, 4]
|
||||||
|
|
||||||
- name: "light_lohas_6"
|
|
||||||
state_topic: "tele/light_lohas_6/STATE"
|
|
||||||
state_value_template: "{{ value_json.POWER }}"
|
|
||||||
command_topic: "cmnd/light_lohas_6/POWER"
|
|
||||||
payload_on: "ON"
|
|
||||||
payload_off: "OFF"
|
|
||||||
availability_topic: "tele/light_lohas_6/LWT"
|
|
||||||
payload_available: "Online"
|
|
||||||
payload_not_available: "Offline"
|
|
||||||
on_command_type: "brightness"
|
|
||||||
brightness_command_topic: "cmnd/light_lohas_6/Dimmer"
|
|
||||||
brightness_state_topic: "tele/light_lohas_6/STATE"
|
|
||||||
brightness_scale: 100
|
|
||||||
brightness_value_template: "{{ value_json.Dimmer }}"
|
|
||||||
hs_command_topic: "cmnd/light_lohas_6/HSBColor"
|
|
||||||
hs_state_topic: "tele/light_lohas_6/STATE"
|
|
||||||
hs_value_template: "{{ value_json.HSBColor.split(',')[0:2]|join(',') }}"
|
|
||||||
color_temp_command_topic: "cmnd/light_lohas_6/CT"
|
|
||||||
color_temp_state_topic: "tele/light_lohas_6/STATE"
|
|
||||||
color_temp_value_template: "{{ value_json.CT }}"
|
|
||||||
qos: 1
|
|
||||||
retain: false
|
|
||||||
effect_command_topic: "cmnd/light_lohas_6/Scheme"
|
|
||||||
effect_state_topic: "tele/light_lohas_6/STATE"
|
|
||||||
effect_value_template: "{{value_json.Scheme}}"
|
|
||||||
effect_list: [0, 1, 2, 3, 4]
|
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- name: "light_le_1_wifi"
|
- name: "light_le_1_wifi"
|
||||||
availability_topic: "tele/light_le_1/LWT"
|
availability_topic: "tele/light_le_1/LWT"
|
||||||
@@ -180,15 +153,6 @@ mqtt:
|
|||||||
unit_of_measurement: "dBm"
|
unit_of_measurement: "dBm"
|
||||||
value_template: "{{ value_json.Wifi.RSSI }}"
|
value_template: "{{ value_json.Wifi.RSSI }}"
|
||||||
|
|
||||||
- name: "light_lohas_6_wifi"
|
|
||||||
availability_topic: "tele/light_lohas_6/LWT"
|
|
||||||
device_class: signal_strength
|
|
||||||
payload_available: "Online"
|
|
||||||
payload_not_available: "Offline"
|
|
||||||
state_topic: "tele/light_lohas_6/STATE"
|
|
||||||
unit_of_measurement: "dBm"
|
|
||||||
value_template: "{{ value_json.Wifi.RSSI }}"
|
|
||||||
|
|
||||||
# ## Switch
|
# ## Switch
|
||||||
switch:
|
switch:
|
||||||
- name: "light_le_1_fade"
|
- name: "light_le_1_fade"
|
||||||
|
|||||||
Reference in New Issue
Block a user