mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Bump aiokef 0.2.12 (#36753)
This commit is contained in:
parent
dba326f16b
commit
3ae4eba457
@ -3,5 +3,5 @@
|
|||||||
"name": "KEF",
|
"name": "KEF",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/kef",
|
"documentation": "https://www.home-assistant.io/integrations/kef",
|
||||||
"codeowners": ["@basnijholt"],
|
"codeowners": ["@basnijholt"],
|
||||||
"requirements": ["aiokef==0.2.10", "getmac==0.8.2"]
|
"requirements": ["aiokef==0.2.12", "getmac==0.8.2"]
|
||||||
}
|
}
|
||||||
|
@ -133,7 +133,7 @@ async def async_setup_platform(hass, config, async_add_entities, discovery_info=
|
|||||||
supports_on,
|
supports_on,
|
||||||
sources,
|
sources,
|
||||||
speaker_type,
|
speaker_type,
|
||||||
ioloop=hass.loop,
|
loop=hass.loop,
|
||||||
unique_id=unique_id,
|
unique_id=unique_id,
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -191,7 +191,7 @@ class KefMediaPlayer(MediaPlayerEntity):
|
|||||||
supports_on,
|
supports_on,
|
||||||
sources,
|
sources,
|
||||||
speaker_type,
|
speaker_type,
|
||||||
ioloop,
|
loop,
|
||||||
unique_id,
|
unique_id,
|
||||||
):
|
):
|
||||||
"""Initialize the media player."""
|
"""Initialize the media player."""
|
||||||
@ -204,7 +204,7 @@ class KefMediaPlayer(MediaPlayerEntity):
|
|||||||
maximum_volume,
|
maximum_volume,
|
||||||
standby_time,
|
standby_time,
|
||||||
inverse_speaker_mode,
|
inverse_speaker_mode,
|
||||||
ioloop=ioloop,
|
loop=loop,
|
||||||
)
|
)
|
||||||
self._unique_id = unique_id
|
self._unique_id = unique_id
|
||||||
self._supports_on = supports_on
|
self._supports_on = supports_on
|
||||||
|
@ -200,7 +200,7 @@ aioimaplib==0.7.15
|
|||||||
aiokafka==0.5.1
|
aiokafka==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.kef
|
# homeassistant.components.kef
|
||||||
aiokef==0.2.10
|
aiokef==0.2.12
|
||||||
|
|
||||||
# homeassistant.components.lifx
|
# homeassistant.components.lifx
|
||||||
aiolifx==0.6.7
|
aiolifx==0.6.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user