]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Set QoS 1 to all Shelly Devices
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 12 Apr 2019 12:02:00 +0000 (14:02 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 12 Apr 2019 12:02:00 +0000 (14:02 +0200)
cover/camera.yaml
cover/cucina.yaml
cover/sala.yaml
cover/studio.yaml
light/sala.yaml

index 329a055572586caa74b50c070043adf58f09c39c..cbafe193f0b0ff02bdf8565eed9e19d40fd08816 100644 (file)
@@ -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
index 63a103aab38499718349e6cfbe0e29e0badc7247..b16016bedca367af931ad825ad0c5d90a700cdb7 100644 (file)
@@ -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
index b408c665e34d749e901e615c7b300fda3a3728b4..4bd39edfa7c08d59239ed4dbcb087124d7621b4d 100644 (file)
@@ -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
+
index e4c6b06b1c5bfad8b5538500723940bae1e1a9ab..afcf7791f50b25772c96962d95fde5cae1cbb8cf 100644 (file)
@@ -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
index 4177fafaa32fc5f6fc2cd10ee6ec9ded546b3824..876c617ebf13d11281c31267b5b1959a18e449b1 100644 (file)
@@ -84,7 +84,7 @@
     - On/Off Gradual
     - Red/Green Change
   retain: false
-  qos: 0
+  qos: 1
   optimistic: false
 
 ######################################################################
   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