Go to the source code of this file.
Classes | |
| class | homeassistant.components.anel_pwrctrl.switch.PwrCtrlDevice |
| class | homeassistant.components.anel_pwrctrl.switch.PwrCtrlSwitch |
Namespaces | |
| homeassistant.components.anel_pwrctrl.switch | |
Functions | |
| None | homeassistant.components.anel_pwrctrl.switch.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.anel_pwrctrl.switch._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.anel_pwrctrl.switch.CONF_PORT_RECV = "port_recv" |
| string | homeassistant.components.anel_pwrctrl.switch.CONF_PORT_SEND = "port_send" |
| homeassistant.components.anel_pwrctrl.switch.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5) | |
| homeassistant.components.anel_pwrctrl.switch.PLATFORM_SCHEMA | |