Skip to content

Commit c4caf9f

Browse files
committed
Update library to fix Unexpected Error
1 parent 3354047 commit c4caf9f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

custom_components/aton_storage/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
1616
"""Set up Aton Storage from a config entry."""
1717

1818
hass.data.setdefault(DOMAIN, {})
19-
# TODO 1. Create API instance
20-
# TODO 2. Validate the API connection (and authentication)
21-
# TODO 3. Store an API object for your platforms to access
22-
# hass.data[DOMAIN][entry.entry_id] = MyApi(...)
2319

2420
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
2521

custom_components/aton_storage/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"domain": "aton_storage",
33
"name": "Aton Storage Unofficial",
4-
"version":"0.0.2",
4+
"version":"0.0.4",
55
"config_flow": true,
66
"documentation": "https://github.com/LucaPatarca/homeassistant_aton",
77
"issue_traker": "https://github.com/LucaPatarca/homeassistant_aton/issues",
88
"requirements": [
9-
"pyaton==0.0.4"
9+
"pyaton==0.0.5"
1010
],
1111
"ssdp": [],
1212
"zeroconf": [],

0 commit comments

Comments
 (0)