mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
parent
5c8b2cde92
commit
4ed18495f3
@ -62,6 +62,7 @@ SOURCE_MAP: dict[PlayingMode, str] = {
|
||||
PlayingMode.FM: "FM Radio",
|
||||
PlayingMode.RCA: "RCA",
|
||||
PlayingMode.UDISK: "USB",
|
||||
PlayingMode.FOLLOWER: "Follower",
|
||||
}
|
||||
|
||||
SOURCE_MAP_INV: dict[str, PlayingMode] = {v: k for k, v in SOURCE_MAP.items()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user