Browse Source

docs: for PR #4951

- adjustments to older Ecostrad configs to fix same issues raised in
  review of newer variants
Jason Rumney 2 months ago
parent
commit
b2046709b0

+ 1 - 0
ACKNOWLEDGEMENTS.md

@@ -778,3 +778,4 @@ Further device support has been made with the assistance of users. Please consid
 - [ymodder](https://github.com/ymodder) for contributing support for Yoevu EOS ceiling fan with CCT light.
 - [deltaclock](https://github.com/deltaclock) for contributing support for Ideal Clima fancoil air condirioning indoor unit.
 - [medisoft](https://github.com/medisoft) for contributing support for WMDL 2C dual channel bidirectional energy meter.
+- [bluefroguk1](https://github.com/bluefroguk1) for contributing support for new variants of Ecostrad iQ ceramic radiator and elements.

+ 2 - 2
DEVICES.md

@@ -26,8 +26,8 @@
 - Devola Intelligent and Patio heaters
 - Dynasty BTX fireplace
 - Ecostrad Accent iQ heating panel
-- Ecostrad iQ ceramic radiator
-- Ecostrad iQ heating element
+- Ecostrad iQ ceramic radiators
+- Ecostrad iQ heating elements
 - Emke Orbrad PTR towel radiator
 - Essentials Smart Home electric bathroom heater
 - eTowel Mini04 plus towel rail thermostat

+ 8 - 6
custom_components/tuya_local/devices/ecostrad_iq_heating_element.yaml

@@ -67,23 +67,25 @@ entities:
         name: lock
   - entity: select
     name: Open window detection
+    class: timer
     category: config
     dps:
       - id: 108
         type: string
         name: option
         mapping:
-          - dps_val: 0
-            value: "Off"
+          - dps_val: "0"
+            value: cancel
             icon: "mdi:window-closed"
-          - dps_val: 60
-            value: "60 mins"
+          - dps_val: "60"
+            value: "1h"
             icon: "mdi:window-open"
-          - dps_val: 90
-            value: "90 mins"
+          - dps_val: "90"
+            value: "1h30m"
             icon: "mdi:window-open"
   - entity: number
     name: Boost time
+    class: duration
     category: config
     dps:
       - id: 111

+ 12 - 10
custom_components/tuya_local/devices/ecostrad_iqceramic_radiator.yaml

@@ -56,24 +56,26 @@ entities:
         name: lock
   - entity: select
     name: Open window detection
+    translation_key: timer
     category: config
     dps:
       - id: 108
         type: string
         name: option
         mapping:
-          - dps_val: 0
-            value: "Off"
+          - dps_val: "0"
+            value: cancel
             icon: "mdi:window-closed"
-          - dps_val: 60
-            value: "60 mins"
+          - dps_val: "60"
+            value: "1h"
             icon: "mdi:window-open"
-          - dps_val: 90
-            value: "90 mins"
+          - dps_val: "90"
+            value: "1h30m"
             icon: "mdi:window-open"
   - entity: select
     name: PIR timeout
     category: config
+    translation_key: timer
     icon: "mdi:timer-settings-outline"
     dps:
       - id: 104
@@ -81,13 +83,13 @@ entities:
         name: option
         mapping:
           - dps_val: "15"
-            value: "15 mins"
+            value: "15m"
           - dps_val: "30"
-            value: "30 mins"
+            value: "30m"
           - dps_val: "45"
-            value: "45 mins"
+            value: "45m"
           - dps_val: "60"
-            value: "60 mins"
+            value: "1h"
   - entity: switch
     name: Time sync
     category: config