Classes | |
| class | AtenSwitch |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_AUTH_KEY = "auth_key" |
| string | CONF_COMMUNITY = "community" |
| string | CONF_PRIV_KEY = "priv_key" |
| string | DEFAULT_COMMUNITY = "private" |
| string | DEFAULT_PORT = "161" |
| string | DEFAULT_USERNAME = "administrator" |
| PLATFORM_SCHEMA | |
The ATEN PE switch component.
| None homeassistant.components.aten_pe.switch.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.aten_pe.switch.CONF_AUTH_KEY = "auth_key" |
| string homeassistant.components.aten_pe.switch.CONF_COMMUNITY = "community" |
| string homeassistant.components.aten_pe.switch.CONF_PRIV_KEY = "priv_key" |
| string homeassistant.components.aten_pe.switch.DEFAULT_COMMUNITY = "private" |
| string homeassistant.components.aten_pe.switch.DEFAULT_PORT = "161" |
| string homeassistant.components.aten_pe.switch.DEFAULT_USERNAME = "administrator" |
| homeassistant.components.aten_pe.switch.PLATFORM_SCHEMA |