mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Migrate AirVisual Pro devices to the airvisual_pro domain (#83882)
* Migration AirVisual Pro devices to the `airvisual_pro` domain * Fix tests * Remove airvisual_pro dependency * Add repairs item * Only fire repairs issue if automations exist * Fix tests
This commit is contained in:
@@ -9,7 +9,7 @@ async def test_entry_diagnostics(hass, config_entry, hass_client, setup_airvisua
|
||||
assert await get_diagnostics_for_config_entry(hass, hass_client, config_entry) == {
|
||||
"entry": {
|
||||
"entry_id": config_entry.entry_id,
|
||||
"version": 2,
|
||||
"version": 3,
|
||||
"domain": "airvisual",
|
||||
"title": REDACTED,
|
||||
"data": {
|
||||
|
||||
Reference in New Issue
Block a user