From: Giorgio Ravera Date: Fri, 12 Apr 2019 12:02:00 +0000 (+0200) Subject: Set QoS 1 to all Shelly Devices X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=3412e1b95a15b319a9885dfff382609a44b4166c;p=homeassistant.git Set QoS 1 to all Shelly Devices --- diff --git a/cover/camera.yaml b/cover/camera.yaml index 329a0555..cbafe193 100644 --- a/cover/camera.yaml +++ b/cover/camera.yaml @@ -7,11 +7,11 @@ command_topic: "shellies/shellyswitch-559C49/roller/0/command" position_topic: "shellies/shellyswitch-559C49/roller/0/pos" set_position_topic: "shellies/shellyswitch-559C49/roller/0/command/pos" - qos: 0 - retain: false payload_open: "open" payload_close: "close" payload_stop: "stop" position_open: 100 position_closed: 0 + retain: false optimistic: false + qos: 1 diff --git a/cover/cucina.yaml b/cover/cucina.yaml index 63a103aa..b16016be 100644 --- a/cover/cucina.yaml +++ b/cover/cucina.yaml @@ -7,11 +7,11 @@ command_topic: "shellies/shellyswitch-55980F/roller/0/command" position_topic: "shellies/shellyswitch-55980F/roller/0/pos" set_position_topic: "shellies/shellyswitch-55980F/roller/0/command/pos" - qos: 0 - retain: false payload_open: "open" payload_close: "close" payload_stop: "stop" position_open: 100 position_closed: 0 + retain: false optimistic: false + qos: 1 diff --git a/cover/sala.yaml b/cover/sala.yaml index b408c665..4bd39edf 100644 --- a/cover/sala.yaml +++ b/cover/sala.yaml @@ -7,11 +7,12 @@ command_topic: "shellies/shellyswitch-135454/roller/0/command" position_topic: "shellies/shellyswitch-135454/roller/0/pos" set_position_topic: "shellies/shellyswitch-135454/roller/0/command/pos" - qos: 0 - retain: false payload_open: "open" payload_close: "close" payload_stop: "stop" position_open: 100 position_closed: 0 + retain: false optimistic: false + qos: 1 + diff --git a/cover/studio.yaml b/cover/studio.yaml index e4c6b06b..afcf7791 100644 --- a/cover/studio.yaml +++ b/cover/studio.yaml @@ -7,11 +7,11 @@ command_topic: "shellies/shellyswitch-13572B/roller/0/command" position_topic: "shellies/shellyswitch-13572B/roller/0/pos" set_position_topic: "shellies/shellyswitch-13572B/roller/0/command/pos" - qos: 0 - retain: false payload_open: "open" payload_close: "close" payload_stop: "stop" position_open: 100 position_closed: 0 + retain: false optimistic: false + qos: 1 diff --git a/light/sala.yaml b/light/sala.yaml index 4177fafa..876c617e 100644 --- a/light/sala.yaml +++ b/light/sala.yaml @@ -84,7 +84,7 @@ - On/Off Gradual - Red/Green Change retain: false - qos: 0 + qos: 1 optimistic: false ###################################################################### @@ -123,5 +123,5 @@ brightness_template: '{{ (value_json.brightness/100*255)|int }}' color_temp_template: "{{ (1000000/(((float(value_json.temp)-3000)/3500*4500)+2000)) | int }}" retain: false - qos: 0 + qos: 1 optimistic: false