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