Bump blinkpy to 0.23.0 (#119418)
This commit is contained in:
parent
f7e194b32c
commit
c13efa3664
4 changed files with 4 additions and 3 deletions
|
@ -20,5 +20,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/blink",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["blinkpy"],
|
||||
"requirements": ["blinkpy==0.22.6"]
|
||||
"requirements": ["blinkpy==0.23.0"]
|
||||
}
|
||||
|
|
|
@ -578,7 +578,7 @@ bleak==0.22.1
|
|||
blebox-uniapi==2.4.2
|
||||
|
||||
# homeassistant.components.blink
|
||||
blinkpy==0.22.6
|
||||
blinkpy==0.23.0
|
||||
|
||||
# homeassistant.components.bitcoin
|
||||
blockchain==1.4.4
|
||||
|
|
|
@ -500,7 +500,7 @@ bleak==0.22.1
|
|||
blebox-uniapi==2.4.2
|
||||
|
||||
# homeassistant.components.blink
|
||||
blinkpy==0.22.6
|
||||
blinkpy==0.23.0
|
||||
|
||||
# homeassistant.components.blue_current
|
||||
bluecurrent-api==1.2.3
|
||||
|
|
|
@ -49,6 +49,7 @@ async def test_form(hass: HomeAssistant) -> None:
|
|||
"account_id": None,
|
||||
"client_id": None,
|
||||
"region_id": None,
|
||||
"user_id": None,
|
||||
}
|
||||
assert len(mock_setup_entry.mock_calls) == 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue