parent
1ff2b3442a
commit
3fc7f54fd7
2 changed files with 2 additions and 2 deletions
devices/homie/modules
|
@ -4,7 +4,7 @@ namespace NetDaemonConfig.Apps.Spotify
|
||||||
{
|
{
|
||||||
public static class SpotifyTypes
|
public static class SpotifyTypes
|
||||||
{
|
{
|
||||||
public const string DefaultDevId = "homie connect";
|
public const string DefaultDevId = "homie";
|
||||||
public const string DefaultEntityId = "media_player.spotifyplus";
|
public const string DefaultEntityId = "media_player.spotifyplus";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
settings.global = {
|
settings.global = {
|
||||||
device_name = config.networking.hostName + " connect";
|
device_name = config.networking.hostName;
|
||||||
device_type = "speaker";
|
device_type = "speaker";
|
||||||
|
|
||||||
zeroconf_port = 33798;
|
zeroconf_port = 33798;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue