Skip to content

Commit 83128c3

Browse files
v2024.10.0 fix #62
1 parent 1813983 commit 83128c3

11 files changed

+3
-3
lines changed

custom_components/daily/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
108108

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

111-
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
111+
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
112112

113113
# add update listener if not already added.
114114
# if weakref.ref(async_reload_entry) not in entry.update_listeners:
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.

custom_components/daily/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DOMAIN = "daily"
44
NAME = "Daily Sensor"
55
DOMAIN_DATA = f"{DOMAIN}_data"
6-
VERSION = "v2024.6.2"
6+
VERSION = "v2024.10.0"
77
COORDINATOR = "coordinator"
88
ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues"
99

custom_components/daily/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"issue_tracker": "https://github.com/jeroenterheerdt/HADailySensor/issues",
1111
"requirements": [],
1212
"ssdp": [],
13-
"version": "v2024.6.2",
13+
"version": "v2024.10.0",
1414
"zeroconf": []
1515
}

0 commit comments

Comments
 (0)