Skip to content

Commit

Permalink
Bump blinkpy to 0.23.0b8
Browse files Browse the repository at this point in the history
- Fix authentication due to Blink API changes.
- Fix camera battery_voltage and wifi_strength.
- Fix clip recording for Blink Mini and Doorbell.
  • Loading branch information
mback2k committed Jun 11, 2024
1 parent e6df0be commit addef32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/blink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0b8"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ bleak==0.22.1
blebox-uniapi==2.4.2

# homeassistant.components.blink
blinkpy==0.22.6
blinkpy==0.23.0b8

# homeassistant.components.bitcoin
blockchain==1.4.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ bleak==0.22.1
blebox-uniapi==2.4.2

# homeassistant.components.blink
blinkpy==0.22.6
blinkpy==0.23.0b8

# homeassistant.components.blue_current
bluecurrent-api==1.2.3
Expand Down
1 change: 1 addition & 0 deletions tests/components/blink/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit addef32

Please sign in to comment.