Skip to content

Commit 5b423b7

Browse files
committed
Consistency
1 parent c11d0b1 commit 5b423b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
async def async_setup_entry(hass: HomeAssistant, entry: PlugwiseConfigEntry) -> bool:
32-
"""Set up the Plugwise components from a config entry."""
32+
"""Set up Plugwise components from a config entry."""
3333
await er.async_migrate_entries(hass, entry.entry_id, async_migrate_entity_entry)
3434

3535
cooldown = 1.5 # pw-beta frontend refresh-interval

0 commit comments

Comments
 (0)