Procházet zdrojové kódy

Identify the integration consistently as "Tuya Local".

The different wording in HACS, Integrations UI and github project name are
likely to be confusing, and may have already been responsible for Issue #21.

Although it is also confusing when another unrelated popular integration
is called Local Tuya, it seems like it will be disruptive to change the
actual integration name.  But maybe migration will help, so I may look into
that in future too.

Also bumped the version in the manifest, which has been forgotten the past
few versions.
Jason Rumney před 4 roky
rodič
revize
c5da7fa2a8
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 2 2
      custom_components/tuya_local/manifest.json
  2. 1 1
      hacs.json

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -1,8 +1,8 @@
 {
     "domain": "tuya_local",
     "iot_class": "local_polling",
-    "name": "Tuya based devices local control",
-    "version": "0.8.1", 
+    "name": "Tuya Local",
+    "version": "0.8.5", 
     "documentation": "https://github.com/make-all/tuya-local",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],

+ 1 - 1
hacs.json

@@ -1,5 +1,5 @@
 {
-  "name": "Tuya local devices",
+  "name": "Tuya Local",
   "render_readme": true,
   "domains": ["climate", "fan", "humidifier", "light", "lock", "switch"],
   "homeassistant": "2021.5.0",