Merge pull request 'feat(home-assistant): add Apple TV and Tuya integrations' (#1) from feat/ha-appletv-tuya-irrigation into main

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-07-05 12:15:22 +02:00
@@ -29,6 +29,8 @@ in
"otbr" "otbr"
"thread" "thread"
"xiaomi_miio" "xiaomi_miio"
"apple_tv" # Apple TV (pyatv); pair via UI PIN flow
"tuya" # Tuya/SmartLife cloud; Unistyle WLAN irrigation computer
]; ];
}; };
services.home-assistant.config = { services.home-assistant.config = {
@@ -38,7 +40,7 @@ in
internal_url = "http://${hostName}:8123"; internal_url = "http://${hostName}:8123";
external_url = "http://jupiter.solar.internal:8123"; external_url = "http://jupiter.solar.internal:8123";
}; };
mobile_app = {}; mobile_app = { };
automation = "!include automations.yaml"; automation = "!include automations.yaml";
script = "!include scripts.yaml"; script = "!include scripts.yaml";
scene = "!include scenes.yaml"; scene = "!include scenes.yaml";