mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Update romy to 0.0.9 (#114360)
This commit is contained in:
parent
5fb12c93aa
commit
a3f251674a
@ -5,6 +5,6 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/romy",
|
"documentation": "https://www.home-assistant.io/integrations/romy",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["romy==0.0.7"],
|
"requirements": ["romy==0.0.9"],
|
||||||
"zeroconf": ["_aicu-http._tcp.local."]
|
"zeroconf": ["_aicu-http._tcp.local."]
|
||||||
}
|
}
|
||||||
|
@ -501,8 +501,6 @@ filterwarnings = [
|
|||||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:onvif.client",
|
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:onvif.client",
|
||||||
# https://github.com/okunishinishi/python-stringcase/commit/6a5c5bbd3fe5337862abc7fd0853a0f36e18b2e1 - >1.2.0
|
# https://github.com/okunishinishi/python-stringcase/commit/6a5c5bbd3fe5337862abc7fd0853a0f36e18b2e1 - >1.2.0
|
||||||
"ignore:invalid escape sequence:SyntaxWarning:.*stringcase",
|
"ignore:invalid escape sequence:SyntaxWarning:.*stringcase",
|
||||||
# https://github.com/xeniter/romy/pull/1 - >=0.0.8
|
|
||||||
"ignore:with timeout\\(\\) is deprecated, use async with timeout\\(\\) instead:DeprecationWarning:romy.utils",
|
|
||||||
# https://github.com/grahamwetzler/smart-meter-texas/pull/143 - >0.5.3
|
# https://github.com/grahamwetzler/smart-meter-texas/pull/143 - >0.5.3
|
||||||
"ignore:ssl.OP_NO_SSL\\*/ssl.OP_NO_TLS\\* options are deprecated:DeprecationWarning:smart_meter_texas",
|
"ignore:ssl.OP_NO_SSL\\*/ssl.OP_NO_TLS\\* options are deprecated:DeprecationWarning:smart_meter_texas",
|
||||||
# https://github.com/mvantellingen/python-zeep/pull/1364 - >4.2.1
|
# https://github.com/mvantellingen/python-zeep/pull/1364 - >4.2.1
|
||||||
|
@ -2459,7 +2459,7 @@ rocketchat-API==0.6.1
|
|||||||
rokuecp==0.19.2
|
rokuecp==0.19.2
|
||||||
|
|
||||||
# homeassistant.components.romy
|
# homeassistant.components.romy
|
||||||
romy==0.0.7
|
romy==0.0.9
|
||||||
|
|
||||||
# homeassistant.components.roomba
|
# homeassistant.components.roomba
|
||||||
roombapy==1.6.13
|
roombapy==1.6.13
|
||||||
|
@ -1893,7 +1893,7 @@ ring-doorbell[listen]==0.8.7
|
|||||||
rokuecp==0.19.2
|
rokuecp==0.19.2
|
||||||
|
|
||||||
# homeassistant.components.romy
|
# homeassistant.components.romy
|
||||||
romy==0.0.7
|
romy==0.0.9
|
||||||
|
|
||||||
# homeassistant.components.roomba
|
# homeassistant.components.roomba
|
||||||
roombapy==1.6.13
|
roombapy==1.6.13
|
||||||
|
Loading…
x
Reference in New Issue
Block a user