mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update pylutron to 0.2.15 (#122455)
This commit is contained in:
parent
ad38b9e9e1
commit
ac86738572
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/lutron",
|
"documentation": "https://www.home-assistant.io/integrations/lutron",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pylutron"],
|
"loggers": ["pylutron"],
|
||||||
"requirements": ["pylutron==0.2.13"]
|
"requirements": ["pylutron==0.2.15"]
|
||||||
}
|
}
|
||||||
|
@ -539,7 +539,7 @@ filterwarnings = [
|
|||||||
# https://pypi.org/project/emulated-roku/ - v0.3.0 - 2023-12-19
|
# https://pypi.org/project/emulated-roku/ - v0.3.0 - 2023-12-19
|
||||||
# https://github.com/martonperei/emulated_roku
|
# https://github.com/martonperei/emulated_roku
|
||||||
"ignore:loop argument is deprecated:DeprecationWarning:emulated_roku",
|
"ignore:loop argument is deprecated:DeprecationWarning:emulated_roku",
|
||||||
# https://github.com/thecynic/pylutron - v0.2.13
|
# https://github.com/thecynic/pylutron - v0.2.15
|
||||||
"ignore:setDaemon\\(\\) is deprecated, set the daemon attribute instead:DeprecationWarning:pylutron",
|
"ignore:setDaemon\\(\\) is deprecated, set the daemon attribute instead:DeprecationWarning:pylutron",
|
||||||
# https://github.com/pschmitt/pynuki/blob/1.6.3/pynuki/utils.py#L21 - v1.6.3
|
# https://github.com/pschmitt/pynuki/blob/1.6.3/pynuki/utils.py#L21 - v1.6.3
|
||||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pynuki.utils",
|
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pynuki.utils",
|
||||||
@ -598,9 +598,6 @@ filterwarnings = [
|
|||||||
# https://github.com/nextcord/nextcord/issues/1174
|
# https://github.com/nextcord/nextcord/issues/1174
|
||||||
# https://github.com/nextcord/nextcord/blob/v2.6.1/nextcord/player.py#L5
|
# https://github.com/nextcord/nextcord/blob/v2.6.1/nextcord/player.py#L5
|
||||||
"ignore:'audioop' is deprecated and slated for removal in Python 3.13:DeprecationWarning:nextcord.player",
|
"ignore:'audioop' is deprecated and slated for removal in Python 3.13:DeprecationWarning:nextcord.player",
|
||||||
# https://pypi.org/project/pylutron/ - v0.2.12 - 2024-02-12
|
|
||||||
# https://github.com/thecynic/pylutron/issues/89
|
|
||||||
"ignore:'telnetlib' is deprecated and slated for removal in Python 3.13:DeprecationWarning:pylutron",
|
|
||||||
# https://pypi.org/project/SpeechRecognition/ - v3.10.4 - 2024-05-05
|
# https://pypi.org/project/SpeechRecognition/ - v3.10.4 - 2024-05-05
|
||||||
# https://github.com/Uberi/speech_recognition/blob/3.10.4/speech_recognition/__init__.py#L7
|
# https://github.com/Uberi/speech_recognition/blob/3.10.4/speech_recognition/__init__.py#L7
|
||||||
"ignore:'aifc' is deprecated and slated for removal in Python 3.13:DeprecationWarning:speech_recognition",
|
"ignore:'aifc' is deprecated and slated for removal in Python 3.13:DeprecationWarning:speech_recognition",
|
||||||
|
@ -1987,7 +1987,7 @@ pylitterbot==2023.5.0
|
|||||||
pylutron-caseta==0.20.0
|
pylutron-caseta==0.20.0
|
||||||
|
|
||||||
# homeassistant.components.lutron
|
# homeassistant.components.lutron
|
||||||
pylutron==0.2.13
|
pylutron==0.2.15
|
||||||
|
|
||||||
# homeassistant.components.mailgun
|
# homeassistant.components.mailgun
|
||||||
pymailgunner==1.4
|
pymailgunner==1.4
|
||||||
|
@ -1577,7 +1577,7 @@ pylitterbot==2023.5.0
|
|||||||
pylutron-caseta==0.20.0
|
pylutron-caseta==0.20.0
|
||||||
|
|
||||||
# homeassistant.components.lutron
|
# homeassistant.components.lutron
|
||||||
pylutron==0.2.13
|
pylutron==0.2.15
|
||||||
|
|
||||||
# homeassistant.components.mailgun
|
# homeassistant.components.mailgun
|
||||||
pymailgunner==1.4
|
pymailgunner==1.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user