custom_updater.json 2.3 KB

1234567891011121314151617181920212223242526
  1. "tuya_local": {
  2. "version": "0.0.8",
  3. "local_location": "/custom_components/tuya_local/__init__.py",
  4. "remote_location": "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/__init__.py",
  5. "visit_repo": "https://github.com/make-all/tuya-local",
  6. "changelog": "https://github.com/make-all/tuya-local/releases/latest",
  7. "resources": [
  8. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/manifest.json",
  9. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/__init__.py",
  10. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/climate.py",
  11. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/light.py",
  12. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/lock.py",
  13. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/dehumidifier/__init__.py",
  14. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/dehumidifier/climate.py",
  15. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/dehumidifier/light.py",
  16. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/dehumidifier/lock.py",
  17. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/fan/__init__.py",
  18. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/fan/climate.py",
  19. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/fan/light.py",
  20. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/heater/__init__.py",
  21. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/heater/climate.py",
  22. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/heater/light.py",
  23. "https://raw.githubusercontent.com/make-all/tuya-local/master/custom_components/tuya_local/heater/lock.py"
  24. ]
  25. }
  26. }