Просмотр исходного кода

Doc updates for Eurom heaters.

Drop the model number from the name, as there seem to be multiple supported by each config, and multiple configs for a single model even.
Jason Rumney 4 лет назад
Родитель
Сommit
45d54a58b0

+ 2 - 0
ACKNOWLEDGEMENTS.md

@@ -63,3 +63,5 @@ Further device support has been made with the assistance of users.  Please consi
  - [awaldram](https://github.com/awaldram) for confirming BHT-3000 support.
  - [bob-tm](https://github.com/bob-tm) for contributing support from Wetair WAW-H1210LW humidifiers.
  - [shakin89](https://github.com/shakin89) for assistance in supporting Beca BAC-002 thermostats.
+ - [PaulJoosten](https://github.com/PaulJoosten) for assistance in figuring out the similarities and capabilities of different Eurom heaters.
+ 

+ 2 - 2
README.md

@@ -36,8 +36,8 @@ the device will not work despite being listed below.
 - Goldair heater models beginning with the code GPPH, GCPV, GECO
 - Kogan Wi-Fi Convection Panel heaters - KAHTP and KAWFHTP models
 - Andersson GSH heater
-- Eurom Mon Soleil 600 and 601 heaters
-- Eurom SaniWall 2000 heater
+- Eurom Mon Soleil 300,600,800, 350,601,720 and 300,450,720 Verre heaters
+- Eurom Wall Designheat 2000 heater
 - Purline Hoti M100 heater
 - Wetair WCH-750 heater
 - Kogan Flame effect heater - KAWHMFP20BA model

+ 1 - 1
custom_components/tuya_local/devices/eurom_600_heater.yaml

@@ -1,4 +1,4 @@
-name: Eurom Mon Soleil 600 Heater
+name: Eurom Mon Soleil Heater
 legacy_type: eurom_heater
 primary_entity:
   entity: climate

+ 1 - 1
custom_components/tuya_local/devices/eurom_600_heater_v2.yaml

@@ -1,4 +1,4 @@
-name: Eurom Mon Soleil 600 Heater
+name: Eurom Mon Soleil Heater
 primary_entity:
   entity: climate
   dps:

+ 1 - 1
custom_components/tuya_local/devices/eurom_601_heater.yaml

@@ -1,4 +1,4 @@
-name: Eurom Mon Soleil 601 Heater
+name: Eurom Mon Soleil Heater
 primary_entity:
   entity: climate
   dps:

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -2,7 +2,7 @@
     "domain": "tuya_local",
     "iot_class": "local_polling",
     "name": "Tuya Local",
-    "version": "0.14.1",
+    "version": "0.14.2",
     "documentation": "https://github.com/make-all/tuya-local",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],