add coiot port to hass fw
This commit is contained in:
@@ -77,12 +77,12 @@
|
||||
};
|
||||
action = [
|
||||
{
|
||||
service = "denonavr.get_command";
|
||||
service = "media_player.select_source";
|
||||
target = {
|
||||
entity_id = "media_player.marantz_sr6015";
|
||||
};
|
||||
data = {
|
||||
command = "/goform/formiPhoneAppDirect.xml?SIGAME";
|
||||
source = "Xbox";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [ 8123 ];
|
||||
allowedUDPPorts = [ 8123 5683 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user