Commit Graph

13 Commits

Author SHA1 Message Date
happyhaha1
05e30ab414 feat(lua): enhance runtime environment with resilient module loading
Introduce robust Lua module deployment strategy that ensures proper library
availability across different system configurations. The implementation now
prioritizes Home Assistant's configuration directory for persistent storage,
with automatic failover to temporary locations when permission restrictions
occur. Additionally, the runtime now validates module dependencies during
initialization and provides clear diagnostic warnings for any loading failures.
2025-10-31 10:44:42 +08:00
Setsuna
b2bf61f85c readability optimization 2025-10-18 23:30:26 +08:00
Setsuna
80e646637a feat: Add COLMO Turing Central AC
1. Add device mapping of multiple Turing ACs in T0xAC.py
2. Necessary changes in load_device_config() to support tuple or re pattern as the device map key
3. Update in climate.py to support target humidity feature
4. Add missing translations and icons
2025-10-16 00:27:04 +08:00
sususweet
187c46168c feat: add device support for T0x13. 2025-10-14 20:29:35 +08:00
sususweet
8cb30ebb3e feat: update device control for T0xCC and T0xAC 2025-10-01 18:00:18 +08:00
sususweet
8b93c58654 feat: add device by homeid 2025-09-30 15:06:27 +08:00
sususweet
273d4e41bf fix: reform water heater entity. 2025-09-30 00:23:56 +08:00
sususweet
f3246eb779 feat: add transparent protocol. 2025-09-28 20:24:15 +08:00
sususweet
f99019bdca feat: support more devices. 2025-09-24 23:31:31 +08:00
sususweet
39f88365e5 feat: add more device support 2025-09-24 18:20:58 +08:00
sususweet
2f88658fda fix: cloud api loop error when device type not found. 2025-09-24 16:32:23 +08:00
sususweet
a9e2b784b5 fix: loop error when device type not found. 2025-09-24 11:41:11 +08:00
sususweet
63ec7de48f Rename project 2025-09-17 23:22:01 +08:00