mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Bump python-linkplay to 0.0.17 (#129683)
This commit is contained in:
parent
a898a5996e
commit
e727162225
@ -7,6 +7,6 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["linkplay"],
|
||||
"requirements": ["python-linkplay==0.0.15"],
|
||||
"requirements": ["python-linkplay==0.0.17"],
|
||||
"zeroconf": ["_linkplay._tcp.local."]
|
||||
}
|
||||
|
@ -48,6 +48,7 @@ STATE_MAP: dict[PlayingStatus, MediaPlayerState] = {
|
||||
}
|
||||
|
||||
SOURCE_MAP: dict[PlayingMode, str] = {
|
||||
PlayingMode.NETWORK: "Wifi",
|
||||
PlayingMode.LINE_IN: "Line In",
|
||||
PlayingMode.BLUETOOTH: "Bluetooth",
|
||||
PlayingMode.OPTICAL: "Optical",
|
||||
|
@ -2356,7 +2356,7 @@ python-juicenet==1.1.0
|
||||
python-kasa[speedups]==0.7.6
|
||||
|
||||
# homeassistant.components.linkplay
|
||||
python-linkplay==0.0.15
|
||||
python-linkplay==0.0.17
|
||||
|
||||
# homeassistant.components.lirc
|
||||
# python-lirc==1.2.3
|
||||
|
@ -1883,7 +1883,7 @@ python-juicenet==1.1.0
|
||||
python-kasa[speedups]==0.7.6
|
||||
|
||||
# homeassistant.components.linkplay
|
||||
python-linkplay==0.0.15
|
||||
python-linkplay==0.0.17
|
||||
|
||||
# homeassistant.components.matter
|
||||
python-matter-server==6.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user