Skip to content

Commit ac66a7f

Browse files
JohannJohann
authored andcommitted
fix: async_copy_sounds using executor job
1 parent d51f604 commit ac66a7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/nida/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
4040
return True
4141

4242

43-
async def async_copy_sounds(hass: HomeAssistant):
43+
4444
"""Copy sounds from integration to /config/www/sounds/ on install/update."""
4545

4646
# Sounds staan in custom_components/nida/sounds/ (meegeleverd via HACS)

0 commit comments

Comments
 (0)