Преглед изворни кода

Products cleanup: J-K

- split product name into manufacturer, model, model_id, name as appropriate.
- move any branding out of top level name.

This commit is for configs starting with the letters `j` and `k`.
Jason Rumney пре 1 година
родитељ
комит
e0b0a5ff71
48 измењених фајлова са 106 додато и 52 уклоњено
  1. 1 0
      custom_components/tuya_local/devices/README.md
  2. 1 1
      custom_components/tuya_local/devices/gautone_pg103_alarm.yaml
  3. 1 1
      custom_components/tuya_local/devices/jh_pcmini.yaml
  4. 1 1
      custom_components/tuya_local/devices/jh_pcpro+.yaml
  5. 2 1
      custom_components/tuya_local/devices/jjpro_jpd01_dehumidifier.yaml
  6. 2 1
      custom_components/tuya_local/devices/jjpro_jpd02_dehumidifier.yaml
  7. 2 1
      custom_components/tuya_local/devices/juskys_oh125bw2_radiator.yaml
  8. 2 1
      custom_components/tuya_local/devices/kabum_smart500_vacuum.yaml
  9. 4 2
      custom_components/tuya_local/devices/kabum_smart700_v2023_vaccum.yaml
  10. 2 1
      custom_components/tuya_local/devices/kabum_smart700_vacuum.yaml
  11. 2 1
      custom_components/tuya_local/devices/kcvents_vt501_fan.yaml
  12. 2 1
      custom_components/tuya_local/devices/kennedy_fireplace.yaml
  13. 2 1
      custom_components/tuya_local/devices/kerui_200w_camera.yaml
  14. 5 2
      custom_components/tuya_local/devices/kerui_300w_camera.yaml
  15. 2 1
      custom_components/tuya_local/devices/kesser_infrared_heater.yaml
  16. 2 1
      custom_components/tuya_local/devices/kesser_infrared_heater_floodlights.yaml
  17. 2 1
      custom_components/tuya_local/devices/kesser_infrared_wall_heater.yaml
  18. 2 1
      custom_components/tuya_local/devices/keyun_rgb_ceilingfan.yaml
  19. 2 1
      custom_components/tuya_local/devices/kilo_plus_air_purifier.yaml
  20. 2 1
      custom_components/tuya_local/devices/kiturami_nctr100_thermostat.yaml
  21. 1 0
      custom_components/tuya_local/devices/kkmoon_airquality_monitor.yaml
  22. 2 1
      custom_components/tuya_local/devices/kkmoon_thermostat.yaml
  23. 2 1
      custom_components/tuya_local/devices/klarstein_amazonia_dishwasher.yaml
  24. 2 1
      custom_components/tuya_local/devices/klarstein_iceblock_airconditioner.yaml
  25. 4 2
      custom_components/tuya_local/devices/klarstein_skyscraper_ice_smart.yaml
  26. 2 1
      custom_components/tuya_local/devices/klarstein_wonderwall_air.yaml
  27. 3 1
      custom_components/tuya_local/devices/klarstein_wonderwall_bornholm.yaml
  28. 2 1
      custom_components/tuya_local/devices/klarstein_wonderwall_irheater.yaml
  29. 3 2
      custom_components/tuya_local/devices/klarta_humea_humidifier.yaml
  30. 2 1
      custom_components/tuya_local/devices/klarta_stor2_purifier.yaml
  31. 3 2
      custom_components/tuya_local/devices/kogan_air_purifier.yaml
  32. 1 1
      custom_components/tuya_local/devices/kogan_bidet.yaml
  33. 4 2
      custom_components/tuya_local/devices/kogan_bladeless_fan.yaml
  34. 2 1
      custom_components/tuya_local/devices/kogan_kashmfp20ba_heater.yaml
  35. 3 1
      custom_components/tuya_local/devices/kogan_kasmgphXXXX_heater.yaml
  36. 2 1
      custom_components/tuya_local/devices/kogan_kasthfp2kwa_towerheater.yaml
  37. 3 1
      custom_components/tuya_local/devices/kogan_kasvwac30ya_airconditioner.yaml
  38. 3 1
      custom_components/tuya_local/devices/kogan_kawfhtp_heater.yaml
  39. 3 1
      custom_components/tuya_local/devices/kogan_kawfpac09ya_airconditioner.yaml
  40. 2 1
      custom_components/tuya_local/devices/kogan_kawfpac12ya_airconditioner.yaml
  41. 2 1
      custom_components/tuya_local/devices/kogan_kawfpac16pya_airconditioner.yaml
  42. 2 1
      custom_components/tuya_local/devices/kogan_lx10_vacuum.yaml
  43. 2 1
      custom_components/tuya_local/devices/kogan_lx8_vacuum.yaml
  44. 2 1
      custom_components/tuya_local/devices/kogan_noise_machine.yaml
  45. 2 1
      custom_components/tuya_local/devices/koiduo_water_heater.yaml
  46. 2 1
      custom_components/tuya_local/devices/kolanky_evcharger.yaml
  47. 2 1
      custom_components/tuya_local/devices/kw02_video_doorbell.yaml
  48. 2 1
      custom_components/tuya_local/devices/ky_35w10_shutter.yaml

+ 1 - 0
custom_components/tuya_local/devices/README.md

@@ -144,6 +144,7 @@ The type of data returned by the Tuya API. Can be one of the following:
  - **base64** is a special case of string, where binary data is base64 encoded. Platforms that use this type will need special handling to make sense of the data.
  - **hex** is a special case of string, where binary data is hex encoded. Platforms that use this type will need special handling to make sense of the data.
  - **json** is a special case of string, where multiple data points are encoded in json format in the string. Platforms that use this type will need special handling to make sense of the data.
+ - **utf16b64** is a special case of string, where a UTF-16 string is base64 encoded. This will be decoded into a UTF-8 string so it is readable in Home Assistant.
  - **float** can contain floating point numbers. No known devices use this, but it is supported if needed.
 
 ### `name`

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

@@ -127,7 +127,7 @@ entities:
     dps:
       - id: 32
         type: string
-        name: sensor
+        name: event
         mapping:
           - dps_val: normal
             value: null

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

@@ -1,7 +1,7 @@
 name: Pcie computer power
 products:
   - id: na90jncjlvw5t0ba
-    name: Mini card pcie pc power switch
+    model: JH-PC mini
 entities:
   - entity: switch
     class: outlet

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

@@ -1,7 +1,7 @@
 name: PC power switch
 products:
   - id: rtbhfbuii82scjrp
-    name: PCIe PC Pro
+    model: JH-PC Pro
 entities:
   - entity: switch
     class: outlet

+ 2 - 1
custom_components/tuya_local/devices/jjpro_jpd01_dehumidifier.yaml

@@ -1,7 +1,8 @@
 name: Dehumidifier
 products:
   - id: j4aeex9xltjayqxf
-    name: JJPro JPD01 dehumidifier
+    manufacturer: JJPro
+    model: JPD01
 entities:
   - entity: humidifier
     class: dehumidifier

+ 2 - 1
custom_components/tuya_local/devices/jjpro_jpd02_dehumidifier.yaml

@@ -1,7 +1,8 @@
 name: Dehumidifier
 products:
   - id: vraaaueoxtrhksth
-    name: JJPro JPD02 dehumidifier
+    manufacturer: JJPro
+    model: JPD02
 entities:
   - entity: humidifier
     class: dehumidifier

+ 2 - 1
custom_components/tuya_local/devices/juskys_oh125bw2_radiator.yaml

@@ -1,7 +1,8 @@
 name: Oil radiator
 products:
   - id: fuqsuq41dqdtzq0n
-    name: Juskys OH125BW2
+    manufacturer: Juskys
+    model: OH125BW2
 entities:
   - entity: climate
     translation_only_key: heater

+ 2 - 1
custom_components/tuya_local/devices/kabum_smart500_vacuum.yaml

@@ -1,7 +1,8 @@
 name: Robot vacuum
 products:
   - id: wexaeucvbdawkkpo
-    name: Kabum Smart 500
+    manufacturer: KaBuM! Smart
+    model: "500"
 entities:
   - entity: vacuum
     dps:

+ 4 - 2
custom_components/tuya_local/devices/kabum_smart700_v2023_vaccum.yaml

@@ -2,9 +2,11 @@ name: Robot vacuum
 legacy_type: zedar_r600_vacuum
 products:
   - id: kljjvealoaepeysi
-    name: Kabum Smart 700 Rev 2023
+    manufacturer: KaBuM! Smart
+    model: "700 Rev 2023"
   - id: yiarxtixzkmnegxk
-    name: Zedar R600
+    manufacturer: Zedar
+    model: R600
 entities:
   - entity: vacuum
     dps:

+ 2 - 1
custom_components/tuya_local/devices/kabum_smart700_vacuum.yaml

@@ -1,7 +1,8 @@
 name: Robot vacuum
 products:
   - id: pu5cpxucdrdrr21a
-    name: Kabum Smart 700
+    manufacturer: KaBuM! Smart
+    model: "700"
 entities:
   - entity: vacuum
     dps:

+ 2 - 1
custom_components/tuya_local/devices/kcvents_vt501_fan.yaml

@@ -1,7 +1,8 @@
 name: Heat Recovery Ventilator
 products:
   - id: 5p0togo3y3yzgp2p
-    name: KCvents VT-501
+    manufacturer: KCvents
+    model: VT-501
 entities:
   - entity: fan
     translation_only_key: ventilation

+ 2 - 1
custom_components/tuya_local/devices/kennedy_fireplace.yaml

@@ -1,7 +1,8 @@
 name: Fireplace
 products:
   - id: x6yepotm52a8pfbv
-    name: Kennedy JR without top light
+    manufacturer: Kennedy
+    model: JR
 entities:
   - entity: climate
     icon: "mdi:fireplace"

+ 2 - 1
custom_components/tuya_local/devices/kerui_200w_camera.yaml

@@ -1,7 +1,8 @@
 name: Camera
 products:
   - id: rahgfyryabpbyrql
-    name: Kerui 200W
+    manufacturer: Kerui
+    model: "200W"
 entities:
   - entity: camera
     dps:

+ 5 - 2
custom_components/tuya_local/devices/kerui_300w_camera.yaml

@@ -1,9 +1,12 @@
 name: Camera
 products:
   - id: 9waqosp1k5o0bqqh
-    name: Kerui JS-P162 300W
+    manufacturer: Kerui
+    model: JS-P162 300W
   - id: o9jlvpqqunankygf
-    name: Fuers 5MP indoor
+    manufacturer: Fuers
+    model: "5MP"
+    name: Indoor camera
 entities:
   - entity: camera
     dps:

+ 2 - 1
custom_components/tuya_local/devices/kesser_infrared_heater.yaml

@@ -1,7 +1,8 @@
 name: Infrared heater
 products:
   - id: trsas9jlfgcbxhq9
-    name: Kesser 3000W
+    manufacturer: Kesser
+    model: "3000W"
 entities:
   - entity: switch
     name: Power

+ 2 - 1
custom_components/tuya_local/devices/kesser_infrared_heater_floodlights.yaml

@@ -1,7 +1,8 @@
 name: Heater with light
 products:
   - id: trsas9jlfgcbxhq9
-    name: Kesser 3000W Floodlights
+    manufacturer: Kesser
+    model: "3000W Floodlights"
 entities:
   - entity: switch
     icon: "mdi:radiator"

+ 2 - 1
custom_components/tuya_local/devices/kesser_infrared_wall_heater.yaml

@@ -1,7 +1,8 @@
 name: Infrared wall heater
 products:
   - id: ajlnotpa7oymbbte
-    name: Kesser 400W
+    manufacturer: Kesser
+    model: "400W"
 entities:
   - entity: climate
     translation_only_key: heater

+ 2 - 1
custom_components/tuya_local/devices/keyun_rgb_ceilingfan.yaml

@@ -1,7 +1,8 @@
 name: Ceiling fan
 products:
   - id: lonfamz9k72cpjgq
-    name: Keyun MKCFE002
+    manufacturer: Keyun
+    model: MKCFE002
 entities:
   - entity: fan
     translation_only_key: fan_with_presets

+ 2 - 1
custom_components/tuya_local/devices/kilo_plus_air_purifier.yaml

@@ -1,7 +1,8 @@
 name: Air purifier
 products:
   - id: ueldkqa5dggrzrio
-    name: Kilo Plus Air purifier
+    manufacturer: Afloia
+    model: Kilo Plus
 entities:
   - entity: fan
     icon: "mdi:air-purifier"

+ 2 - 1
custom_components/tuya_local/devices/kiturami_nctr100_thermostat.yaml

@@ -1,7 +1,8 @@
 name: Thermostat
 products:
   - id: 7vjtrn5888247ol8
-    name: Kiturami NCTR100WR
+    manufacturer: Kiturami
+    model: NCTR100WR
 entities:
   - entity: climate
     translation_key: thermostat

+ 1 - 0
custom_components/tuya_local/devices/kkmoon_airquality_monitor.yaml

@@ -1,6 +1,7 @@
 name: Air quality
 products:
   - id: ezovdhzaxsovyzf0
+    manufacturer: KKMoon
     name: 7in1 air quality meter
 entities:
   - entity: sensor

+ 2 - 1
custom_components/tuya_local/devices/kkmoon_thermostat.yaml

@@ -1,7 +1,8 @@
 name: Thermostat
 products:
   - id: ixmi1hbw0omzpbjy
-    name: KKMoon Knob thermostat
+    manufacturer: KKMoon
+    model: Knob thermostat
 entities:
   - entity: climate
     dps:

+ 2 - 1
custom_components/tuya_local/devices/klarstein_amazonia_dishwasher.yaml

@@ -1,7 +1,8 @@
 name: Dishwasher
 # products:
 #  - id: UNKNOWN
-#    name: Klarstein Amazonia
+#    manufacturer: Klarstein
+#    model: Amazonia
 entities:
   - entity: switch
     icon: "mdi:dishwasher"

+ 2 - 1
custom_components/tuya_local/devices/klarstein_iceblock_airconditioner.yaml

@@ -1,7 +1,8 @@
 name: Air conditioner
 products:
   - id: hmwftdaaxejmjtfe
-    name: Klarstein Iceblock Ecosmart
+    manufacturer: Klarstein
+    model: Iceblock Ecosmart
 entities:
   - entity: climate
     dps:

+ 4 - 2
custom_components/tuya_local/devices/klarstein_skyscraper_ice_smart.yaml

@@ -1,9 +1,11 @@
 name: Air cooler
 products:
   - id: vklyfhpnd7a47iym
-    name: Klarstein Skyscraper Ice Smart
+    manufacturer: Klarstein
+    model: Skyscraper Ice Smart
   - id: bhaszy5l8iicyjg0
-    name: Klarstein Skyscraper Ice Smart
+    manufacturer: Klarstein
+    model: Skyscraper Ice Smart
 entities:
   - entity: fan
     translation_only_key: fan_with_presets

+ 2 - 1
custom_components/tuya_local/devices/klarstein_wonderwall_air.yaml

@@ -1,7 +1,8 @@
 name: IR Heater
 products:
   - id: cl2wgyhohpjjjuzu
-    name: Klarstein Wonderwall Air Art Smart
+    manufacturer: Klarstein
+    model: Wonderwall Air Art Smart
 entities:
   - entity: climate
     translation_only_key: thermostat

+ 3 - 1
custom_components/tuya_local/devices/klarstein_wonderwall_bornholm.yaml

@@ -1,7 +1,9 @@
 name: Heater
 products:
   - id: kwicelwvcvgru9vr
-    name: Klarstein Wonderwall Bornholm IR GL23040
+    manufacturer: Klarstein
+    model: Wonderwall Bornholm IR
+    model_id: GL23040
 entities:
   - entity: climate
     translation_key: heater

+ 2 - 1
custom_components/tuya_local/devices/klarstein_wonderwall_irheater.yaml

@@ -1,7 +1,8 @@
 name: IR heater
 products:
   - id: bf5fa857bcc2d892dc2akt
-    name: Klarstein Wonderwall
+    manufacturer: Klarstein
+    model: Wonderwall
 entities:
   - entity: climate
     translation_only_key: heater

+ 3 - 2
custom_components/tuya_local/devices/klarta_humea_humidifier.yaml

@@ -1,7 +1,8 @@
-name: Klarta humidifier
+name: Humidifier
 products:
   - id: i8cej9chgwebzrmp
-    name: Klarta Humea
+    manufacturer: Klarta
+    model: Humea
 entities:
   - entity: humidifier
     class: humidifier

+ 2 - 1
custom_components/tuya_local/devices/klarta_stor2_purifier.yaml

@@ -1,7 +1,8 @@
 name: Air purifier
 products:
   - id: ku6ae3y8ad6tbx3b
-    name: Klarta Stor 2
+    manufacturer: Klarta
+    model: Stor 2
 entities:
   - entity: fan
     translation_only_key: fan_with_presets

+ 3 - 2
custom_components/tuya_local/devices/kogan_air_purifier.yaml

@@ -1,7 +1,8 @@
-name: Kogan Air Purifier
+name: Air purifier
 products:
   - id: 5cum0gfsx8rhpvvl
-    name: Kogan Air Purifier KAIRPRFR2SA
+    manufacturer: Kogan
+    model: KAIRPRFR2SA
 entities:
   - entity: fan
     translation_only_key: fan_with_presets

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

@@ -1,7 +1,7 @@
 name: Bidet
 products:
   - id: 7cuimqtezvgbaeun
-    name: Kogan bidet
+    manufacturer: Kogan
 entities:
   - entity: switch
     icon: "mdi:toilet"

+ 4 - 2
custom_components/tuya_local/devices/kogan_bladeless_fan.yaml

@@ -1,9 +1,11 @@
 name: Bladeless fan
 products:
   - id: kablfan1csa
-    name: Kogan KABLFAN1CSA
+    manufacturer: Kogan
+    model: KABLFAN1CSA
   - id: kasblstfansa
-    name: Kogan KASBKSTFANSA
+    manufacturer: Kogan
+    model: KASBKSTFANSA
 entities:
   - entity: fan
     translation_only_key: fan_with_presets

+ 2 - 1
custom_components/tuya_local/devices/kogan_kashmfp20ba_heater.yaml

@@ -1,7 +1,8 @@
 name: Electric fireplace
 products:
   - id: eqyne046pnqkysqh
-    name: Kogan SmarterHome™ 2000W flame heater
+    manufacturer: Kogan
+    model: SmarterHome™ 2000W flame heater
 entities:
   - entity: climate
     translation_only_key: heater

+ 3 - 1
custom_components/tuya_local/devices/kogan_kasmgphXXXX_heater.yaml

@@ -1,7 +1,9 @@
 name: Heater
 products:
   - id: 9l3riftrq9acjunt
-    name: Kogan KASMGPH15YA Premium Glass Panel Heater
+    manufacturer: Kogan
+    model_id: KASMGPH15YA
+    model: Premium glass panel heater
 entities:
   - entity: climate
     translation_key: heater

+ 2 - 1
custom_components/tuya_local/devices/kogan_kasthfp2kwa_towerheater.yaml

@@ -1,7 +1,8 @@
 name: Tower heater
 products:
   - id: jyota3jcxuelyf9t
-    name: Kogan KASTHFP2KWA
+    manufacturer: Kogan
+    model: KASTHFP2KWA
 entities:
   - entity: climate
     translation_only_key: heater

+ 3 - 1
custom_components/tuya_local/devices/kogan_kasvwac30ya_airconditioner.yaml

@@ -1,7 +1,9 @@
 name: Air conditioner
 products:
   - id: jlzjetbqsrix7ne2
-    name: Kogan KASVWAC30YA vertical window air conditioner
+    manufacturer: Kogan
+    model_id: KASVWAC30YA
+    model: Vertical window air conditioner
 entities:
   - entity: climate
     dps:

+ 3 - 1
custom_components/tuya_local/devices/kogan_kawfhtp_heater.yaml

@@ -1,7 +1,9 @@
 name: Panel heater
 products:
   - id: jyota3jcxuelyf9t
-    name: Kogan NPH-2000G-WIFI glass panel heater
+    manufacturer: Kogan
+    model_id: NPH-2000G-WIFI
+    model: Glass panel heater
 entities:
   - entity: climate
     translation_only_key: heater

+ 3 - 1
custom_components/tuya_local/devices/kogan_kawfpac09ya_airconditioner.yaml

@@ -1,7 +1,9 @@
 name: Air conditioner
 products:
   - id: mhod7aykax0wbivn
-    name: Kogan SmarterHome portable air conditioner
+    manufacturer: Kogan
+    model: SmarterHome portable air conditioner
+    model_id: KAWFPAC09YA
 entities:
   - entity: climate
     dps:

+ 2 - 1
custom_components/tuya_local/devices/kogan_kawfpac12ya_airconditioner.yaml

@@ -1,7 +1,8 @@
 name: Air conditioner
 products:
   - id: kawfpac12ya
-    name: Kogan PAC_Y12
+    manufacturer: Kogan
+    model: PAC_Y12
 entities:
   - entity: climate
     dps:

+ 2 - 1
custom_components/tuya_local/devices/kogan_kawfpac16pya_airconditioner.yaml

@@ -1,7 +1,8 @@
 name: Heat pump
 products:
   - id: kawfpac16pya
-    name: Kogan PAC_PY16
+    manufacturer: Kogan
+    model: PAC_PY16
 entities:
   - entity: climate
     dps:

+ 2 - 1
custom_components/tuya_local/devices/kogan_lx10_vacuum.yaml

@@ -1,7 +1,8 @@
 name: Robot vacuum
 products:
   - id: ldb9ygikft5awhlu
-    name: Kogan LX10
+    manufacturer: Kogan
+    model: LX10
 entities:
   - entity: vacuum
     dps:

+ 2 - 1
custom_components/tuya_local/devices/kogan_lx8_vacuum.yaml

@@ -1,7 +1,8 @@
 name: Robot vacuum
 products:
   - id: 1bgkj0zbhbw7fppy
-    name: Kogan LX8
+    manufacturer: Kogan
+    model: LX8
 entities:
   - entity: vacuum
     dps:

+ 2 - 1
custom_components/tuya_local/devices/kogan_noise_machine.yaml

@@ -1,7 +1,8 @@
 name: Sleep aid
 products:
   - id: d9tnlvjvlgwqr9ov
-    name: Kogan KAWHTNOSLPA
+    manufacturer: Kogan
+    model: KAWHTNOSLPA
 entities:
   - entity: switch
     icon: "mdi:power-standby"

+ 2 - 1
custom_components/tuya_local/devices/koiduo_water_heater.yaml

@@ -1,7 +1,8 @@
 name: Water heater
 products:
   - id: 7lkpskrohoygvb8y
-    name: Koi Duo HTW-TD-080
+    manufacturer: Koi Duo
+    model: HTW-TD-080
 entities:
   - entity: water_heater
     dps:

+ 2 - 1
custom_components/tuya_local/devices/kolanky_evcharger.yaml

@@ -1,7 +1,8 @@
 name: EV charger
 products:
   - id: 7bvgooyjhiua1yyq
-    name: Kolanky 3.6kW
+    manufacturer: Kolanky
+    model: "3.6kW"
 entities:
   - entity: sensor
     translation_key: status

+ 2 - 1
custom_components/tuya_local/devices/kw02_video_doorbell.yaml

@@ -1,7 +1,8 @@
 name: Doorbell
 products:
   - id: 0ukszkfaejkqpz9o
-    name: KW02 IP video doorbell
+    model: KW02
+    name: IP video doorbell
 entities:
   - entity: siren
     name: Doorbell

+ 2 - 1
custom_components/tuya_local/devices/ky_35w10_shutter.yaml

@@ -1,7 +1,8 @@
 name: Shutter controller
 products:
   - id: hG8tA80YAj0YyxWP
-    name: KY motor 35W-10
+    manufacturer: KY motor
+    model: "35W-10"
 entities:
   - entity: cover
     class: shutter