mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
spelling: components/ambiclimate (#64227)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
fb8c7c58b6
commit
13a8fe30dd
@ -60,13 +60,13 @@ async def async_setup_platform(
|
||||
async_add_entities: AddEntitiesCallback,
|
||||
discovery_info: DiscoveryInfoType | None = None,
|
||||
) -> None:
|
||||
"""Set up the Ambicliamte device."""
|
||||
"""Set up the Ambiclimate device."""
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||
) -> None:
|
||||
"""Set up the Ambicliamte device from config entry."""
|
||||
"""Set up the Ambiclimate device from config entry."""
|
||||
config = entry.data
|
||||
websession = async_get_clientsession(hass)
|
||||
store = hass.helpers.storage.Store(STORAGE_VERSION, STORAGE_KEY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user