We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11d0b1 commit 5b423b7Copy full SHA for 5b423b7
custom_components/plugwise/__init__.py
@@ -29,7 +29,7 @@
29
30
31
async def async_setup_entry(hass: HomeAssistant, entry: PlugwiseConfigEntry) -> bool:
32
- """Set up the Plugwise components from a config entry."""
+ """Set up Plugwise components from a config entry."""
33
await er.async_migrate_entries(hass, entry.entry_id, async_migrate_entity_entry)
34
35
cooldown = 1.5 # pw-beta frontend refresh-interval
0 commit comments