fix(spotifyd): remove space from device name
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-01 22:56:35 -05:00
parent 1ff2b3442a
commit 3fc7f54fd7
2 changed files with 2 additions and 2 deletions

View file

@ -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";
} }

View file

@ -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;