From 27e8d45c5cdf61a35bcb7b6df7b519b1926349e8 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 11 Apr 2019 14:52:35 +0200 Subject: [PATCH] Added sala light (not working for the moment --- cover/{all_covers.yaml => all.yaml} | 0 cover/{shelly4.yaml => camera.yaml} | 0 cover/{shelly1.yaml => cucina.yaml} | 0 cover/{shelly2.yaml => sala.yaml} | 0 cover/{shelly3.yaml => studio.yaml} | 0 light/sala.yaml | 30 +++++++++++++++++++++++++++++ 6 files changed, 30 insertions(+) rename cover/{all_covers.yaml => all.yaml} (100%) rename cover/{shelly4.yaml => camera.yaml} (100%) rename cover/{shelly1.yaml => cucina.yaml} (100%) rename cover/{shelly2.yaml => sala.yaml} (100%) rename cover/{shelly3.yaml => studio.yaml} (100%) create mode 100644 light/sala.yaml diff --git a/cover/all_covers.yaml b/cover/all.yaml similarity index 100% rename from cover/all_covers.yaml rename to cover/all.yaml diff --git a/cover/shelly4.yaml b/cover/camera.yaml similarity index 100% rename from cover/shelly4.yaml rename to cover/camera.yaml diff --git a/cover/shelly1.yaml b/cover/cucina.yaml similarity index 100% rename from cover/shelly1.yaml rename to cover/cucina.yaml diff --git a/cover/shelly2.yaml b/cover/sala.yaml similarity index 100% rename from cover/shelly2.yaml rename to cover/sala.yaml diff --git a/cover/shelly3.yaml b/cover/studio.yaml similarity index 100% rename from cover/shelly3.yaml rename to cover/studio.yaml diff --git a/light/sala.yaml b/light/sala.yaml new file mode 100644 index 00000000..0f35d5a4 --- /dev/null +++ b/light/sala.yaml @@ -0,0 +1,30 @@ +###################################################################### +# Living Room Cover +###################################################################### + +- platform: mqtt + name: Luce Divano + command_topic: "shellies/shellybulb-/color/0/command" + state_topic: "shellies/shellybulb-/color/0" + payload_on: "on" + payload_cff: "off" + + brightness_command_topic: "shellies/shellybulb-/color/0/set" + brightness_scale: 100 + brightness_state_topic: "shellies/shellybulb-/color/0/status" + + color_temp_command_template: + color_temp_command_topic: "shellies/shellybulb-/color/0/set" + color_temp_state_topic: + color_temp_value_template: + + effect_command_topic: "shellies/shellybulb-/color/0/set" + hs_command_topic: "shellies/shellybulb-/color/0/set" + rgb_command_topic: "shellies/shellybulb-/color/0/set" + white_value_command_topic: "shellies/shellybulb-/color/0/set" + xy_command_topic: "shellies/shellybulb-/color/0/set" + + qos: 0 + retain: false + + optimistic: false -- 2.47.3