Namespaces | |
| config_flow | |
| const | |
| entity | |
| sensor | |
Classes | |
| class | Connector |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, BlueCurrentConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, BlueCurrentConfigEntry config_entry) |
Variables | |
| BlueCurrentConfigEntry | |
| string | CHARGE_POINTS = "CHARGE_POINTS" |
| string | DATA = "data" |
| int | DELAY = 5 |
| string | GRID = "GRID" |
| string | OBJECT = "object" |
| list | PLATFORMS = [Platform.SENSOR] |
| list | VALUE_TYPES = ["CH_STATUS"] |
The Blue Current integration.
| bool homeassistant.components.blue_current.async_setup_entry | ( | HomeAssistant | hass, |
| BlueCurrentConfigEntry | config_entry | ||
| ) |
Set up Blue Current as a config entry.
Definition at line 37 of file __init__.py.
| bool homeassistant.components.blue_current.async_unload_entry | ( | HomeAssistant | hass, |
| BlueCurrentConfigEntry | config_entry | ||
| ) |
Unload the Blue Current config entry.
Definition at line 62 of file __init__.py.
| homeassistant.components.blue_current.BlueCurrentConfigEntry |
Definition at line 25 of file __init__.py.
| string homeassistant.components.blue_current.CHARGE_POINTS = "CHARGE_POINTS" |
Definition at line 28 of file __init__.py.
| string homeassistant.components.blue_current.DATA = "data" |
Definition at line 29 of file __init__.py.
| int homeassistant.components.blue_current.DELAY = 5 |
Definition at line 30 of file __init__.py.
| string homeassistant.components.blue_current.GRID = "GRID" |
Definition at line 32 of file __init__.py.
| string homeassistant.components.blue_current.OBJECT = "object" |
Definition at line 33 of file __init__.py.
| list homeassistant.components.blue_current.PLATFORMS = [Platform.SENSOR] |
Definition at line 27 of file __init__.py.
| list homeassistant.components.blue_current.VALUE_TYPES = ["CH_STATUS"] |
Definition at line 34 of file __init__.py.