Namespaces | |
| config_flow | |
| const | |
| device | |
| entity | |
| number | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| list | PLATFORMS = [Platform.NUMBER, Platform.SENSOR, Platform.SWITCH] |
The JuiceNet integration.
| bool homeassistant.components.juicenet.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the JuiceNet component.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.juicenet.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up JuiceNet from a config entry.
Definition at line 51 of file __init__.py.
| bool homeassistant.components.juicenet.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 104 of file __init__.py.
|
private |
Definition at line 22 of file __init__.py.
| homeassistant.components.juicenet.CONFIG_SCHEMA |
Definition at line 26 of file __init__.py.
| list homeassistant.components.juicenet.PLATFORMS = [Platform.NUMBER, Platform.SENSOR, Platform.SWITCH] |
Definition at line 24 of file __init__.py.