Skip to content

Commit

Permalink
Bump python-linkplay to 0.0.17 (#129683)
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon authored and bramkragten committed Nov 4, 2024
1 parent a898a59 commit e727162
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/linkplay/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."]
}
1 change: 1 addition & 0 deletions homeassistant/components/linkplay/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
}

SOURCE_MAP: dict[PlayingMode, str] = {
PlayingMode.NETWORK: "Wifi",
PlayingMode.LINE_IN: "Line In",
PlayingMode.BLUETOOTH: "Bluetooth",
PlayingMode.OPTICAL: "Optical",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e727162

Please sign in to comment.