fix(spotifyd): remove space from device name
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
1ff2b3442a
commit
3fc7f54fd7
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ namespace NetDaemonConfig.Apps.Spotify
|
|||
{
|
||||
public static class SpotifyTypes
|
||||
{
|
||||
public const string DefaultDevId = "homie connect";
|
||||
public const string DefaultDevId = "homie";
|
||||
public const string DefaultEntityId = "media_player.spotifyplus";
|
||||
}
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
};
|
||||
|
||||
settings.global = {
|
||||
device_name = config.networking.hostName + " connect";
|
||||
device_name = config.networking.hostName;
|
||||
device_type = "speaker";
|
||||
|
||||
zeroconf_port = 33798;
|
||||
|
|
Loading…
Reference in a new issue