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 GitHub
parent 87ab2beddf
commit 38afcbb21f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -2359,7 +2359,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

@ -1886,7 +1886,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