Przeglądaj źródła

Moeshouse RGB socket: Remove forced update

As per comment on issue #691, this device is getting a lot of
"failed to update" errors, so probably does not support forced updates
that were bulk added to sockets some time back (this is not the first that
had to be reverted).
Jason Rumney 2 lat temu
rodzic
commit
cb65cf55e9

+ 0 - 3
custom_components/tuya_local/devices/moes_rgb_socket.yaml

@@ -99,7 +99,6 @@ secondary_entities:
         name: sensor
         name: sensor
         type: integer
         type: integer
         class: measurement
         class: measurement
-        force: true
         unit: mA
         unit: mA
   - entity: sensor
   - entity: sensor
     name: Power
     name: Power
@@ -110,7 +109,6 @@ secondary_entities:
         name: sensor
         name: sensor
         type: integer
         type: integer
         class: measurement
         class: measurement
-        force: true
         unit: W
         unit: W
         mapping:
         mapping:
           - scale: 10
           - scale: 10
@@ -123,7 +121,6 @@ secondary_entities:
         name: sensor
         name: sensor
         type: integer
         type: integer
         class: measurement
         class: measurement
-        force: true
         unit: V
         unit: V
         mapping:
         mapping:
           - scale: 10
           - scale: 10