Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, GoalZeroConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, GoalZeroConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH] |
The Goal Zero Yeti integration.
| bool homeassistant.components.goalzero.async_setup_entry | ( | HomeAssistant | hass, |
| GoalZeroConfigEntry | entry | ||
| ) |
Set up Goal Zero Yeti from a config entry.
Definition at line 20 of file __init__.py.
| bool homeassistant.components.goalzero.async_unload_entry | ( | HomeAssistant | hass, |
| GoalZeroConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 46 of file __init__.py.
| list homeassistant.components.goalzero.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH] |
Definition at line 17 of file __init__.py.