Skip to content

Commit

Permalink
v2024.10.0 fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenterheerdt committed Oct 15, 2024
1 parent 1813983 commit 83128c3
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/daily/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):

hass.data[DOMAIN][entry.entry_id][COORDINATOR] = coordinator

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

# add update listener if not already added.
# if weakref.ref(async_reload_entry) not in entry.update_listeners:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion custom_components/daily/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DOMAIN = "daily"
NAME = "Daily Sensor"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "v2024.6.2"
VERSION = "v2024.10.0"
COORDINATOR = "coordinator"
ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/daily/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"issue_tracker": "https://github.com/jeroenterheerdt/HADailySensor/issues",
"requirements": [],
"ssdp": [],
"version": "v2024.6.2",
"version": "v2024.10.0",
"zeroconf": []
}

0 comments on commit 83128c3

Please sign in to comment.