Skip to content

Commit 04fb15e

Browse files
committed
Sync changes from hacore2/dwd_global_rad_api_server
1 parent ca17c71 commit 04fb15e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

custom_components/dwd_global_rad/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
import logging
88
import os
99

10-
import aiohttp
11-
import dwd_global_radiation as dgr
12-
1310
from homeassistant.components.hassio import async_get_addon_info, async_start_addon
1411
from homeassistant.config_entries import ConfigEntry
1512
from homeassistant.const import CONF_NAME, Platform

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.1-beta",
12+
"version": "0.3.2-beta",
1313
"zeroconf": []
1414
}

0 commit comments

Comments
 (0)