homeassistant: add sonos
All checks were successful
flake / flake (push) Successful in 1m17s

This commit is contained in:
Jake Hillion 2024-08-08 18:20:27 +01:00
parent 974c947130
commit 41d5f0cc53
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@
5353 # HomeKit 5353 # HomeKit
]; ];
allowedTCPPorts = [ allowedTCPPorts = [
1400 # HA Sonos
7654 # Tang 7654 # Tang
21063 # HomeKit 21063 # HomeKit
]; ];

View File

@ -51,6 +51,7 @@ in
"mqtt" "mqtt"
"otp" "otp"
"smartthings" "smartthings"
"sonos"
"sun" "sun"
"switchbot" "switchbot"
]; ];