Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| Input | setup_input (ProgettiHWSWAPI api, int input_number) |
| Relay | setup_switch (ProgettiHWSWAPI api, int switch_number, str mode) |
Variables | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SWITCH] |
Automation manager for boards manufactured by ProgettiHWSW Italy.
| bool homeassistant.components.progettihwsw.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up ProgettiHWSW Automation from a config entry.
Definition at line 16 of file __init__.py.
| bool homeassistant.components.progettihwsw.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 31 of file __init__.py.
| Input homeassistant.components.progettihwsw.setup_input | ( | ProgettiHWSWAPI | api, |
| int | input_number | ||
| ) |
Initialize the input pin.
Definition at line 40 of file __init__.py.
| Relay homeassistant.components.progettihwsw.setup_switch | ( | ProgettiHWSWAPI | api, |
| int | switch_number, | ||
| str | mode | ||
| ) |
Initialize the output pin.
Definition at line 45 of file __init__.py.
| list homeassistant.components.progettihwsw.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SWITCH] |
Definition at line 13 of file __init__.py.