Manages a single Pulse Hub.
Definition at line 18 of file hub.py.
◆ __init__()
Initialize the system.
Definition at line 23 of file hub.py.
◆ async_notify_update()
| None homeassistant.components.acmeda.hub.PulseHub.async_notify_update |
( |
|
self, |
|
|
aiopulse.UpdateType |
update_type |
|
) |
| |
Evaluate entities when hub reports that update has occurred.
Definition at line 71 of file hub.py.
◆ async_reset()
| bool homeassistant.components.acmeda.hub.PulseHub.async_reset |
( |
|
self | ) |
|
Reset this hub to default state.
Definition at line 51 of file hub.py.
◆ async_setup()
| bool homeassistant.components.acmeda.hub.PulseHub.async_setup |
( |
|
self, |
|
|
int |
tries = 0 |
|
) |
| |
Set up a hub based on host parameter.
Definition at line 41 of file hub.py.
◆ host()
| str homeassistant.components.acmeda.hub.PulseHub.host |
( |
|
self | ) |
|
Return the host of this hub.
Definition at line 37 of file hub.py.
◆ title()
| str homeassistant.components.acmeda.hub.PulseHub.title |
( |
|
self | ) |
|
Return the title of the hub shown in the integrations list.
Definition at line 32 of file hub.py.
◆ api
| homeassistant.components.acmeda.hub.PulseHub.api |
◆ config_entry
| homeassistant.components.acmeda.hub.PulseHub.config_entry |
◆ hass
| homeassistant.components.acmeda.hub.PulseHub.hass |
The documentation for this class was generated from the following file:
- core/homeassistant/components/acmeda/hub.py