Skip to content

Commit ca17c71

Browse files
committed
Sync changes from hacore2/dwd_global_rad_api_server
1 parent 6d3083e commit ca17c71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/dwd_global_rad/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
7878
_LOGGER.debug("Setup with data %s", entry.data)
7979
# entry.async_on_unload(entry.add_update_listener(update_listener))
8080

81-
use_addon = False
81+
use_addon = True
8282

8383
if use_addon:
8484
addon_info = await get_addon_config(hass, ADDON_SLUG)

custom_components/dwd_global_rad/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"iot_class": "cloud_polling",
1010
"requirements": [],
1111
"ssdp": [],
12-
"version": "0.3.0-beta",
12+
"version": "0.3.1-beta",
1313
"zeroconf": []
1414
}

0 commit comments

Comments
 (0)