Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.neato.hub.NeatoHub Class Reference

Public Member Functions

None __init__ (self, HomeAssistant hass, Account neato)
 
str async_update_entry_unique_id (self, ConfigEntry entry)
 
HTTPResponse download_map (self, str url)
 
None update_robots (self)
 

Private Attributes

 _hass
 

Detailed Description

A My Neato hub wrapper class.

Definition at line 18 of file hub.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.neato.hub.NeatoHub.__init__ (   self,
HomeAssistant  hass,
Account  neato 
)
Initialize the Neato hub.

Definition at line 21 of file hub.py.

Member Function Documentation

◆ async_update_entry_unique_id()

str homeassistant.components.neato.hub.NeatoHub.async_update_entry_unique_id (   self,
ConfigEntry  entry 
)
Update entry for unique_id.

Definition at line 39 of file hub.py.

◆ download_map()

HTTPResponse homeassistant.components.neato.hub.NeatoHub.download_map (   self,
str  url 
)
Download a new map image.

Definition at line 34 of file hub.py.

◆ update_robots()

None homeassistant.components.neato.hub.NeatoHub.update_robots (   self)
Update the robot states.

Definition at line 27 of file hub.py.

Member Data Documentation

◆ _hass

homeassistant.components.neato.hub.NeatoHub._hass
private

Definition at line 23 of file hub.py.


The documentation for this class was generated from the following file: