Bump python-linkplay to 0.0.17 (#129683)

This commit is contained in:
Simon Lamon 2024-11-04 04:56:45 +01:00 committed by Bram Kragten
parent a898a5996e
commit e727162225
4 changed files with 4 additions and 3 deletions

View File

@ -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."]
}

View File

@ -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",

View File

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

View File

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