add coiot port to hass fw
This commit is contained in:
parent
099a00fd5b
commit
6ed4cd7415
2 changed files with 3 additions and 3 deletions
|
|
@ -77,12 +77,12 @@
|
||||||
};
|
};
|
||||||
action = [
|
action = [
|
||||||
{
|
{
|
||||||
service = "denonavr.get_command";
|
service = "media_player.select_source";
|
||||||
target = {
|
target = {
|
||||||
entity_id = "media_player.marantz_sr6015";
|
entity_id = "media_player.marantz_sr6015";
|
||||||
};
|
};
|
||||||
data = {
|
data = {
|
||||||
command = "/goform/formiPhoneAppDirect.xml?SIGAME";
|
source = "Xbox";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedUDPPorts = [ 8123 ];
|
allowedUDPPorts = [ 8123 5683 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue