Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.roborock.image Namespace Reference

Classes

class  RoborockMap
 

Functions

None async_setup_entry (HomeAssistant hass, RoborockConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
list[RoborockMapcreate_coordinator_maps (RoborockDataUpdateCoordinator coord, list[Drawable] drawables)
 

Detailed Description

Support for Roborock image.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.roborock.image.async_setup_entry ( HomeAssistant  hass,
RoborockConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Roborock image platform.

Definition at line 29 of file image.py.

◆ create_coordinator_maps()

list[RoborockMap] homeassistant.components.roborock.image.create_coordinator_maps ( RoborockDataUpdateCoordinator  coord,
list[Drawable]   drawables 
)
Get the starting map information for all maps for this device.

The following steps must be done synchronously.
Only one map can be loaded at a time per device.

Definition at line 149 of file image.py.