Go to the source code of this file.
Classes | |
| class | homeassistant.components.wemo.switch.WemoSwitch |
Namespaces | |
| homeassistant.components.wemo.switch | |
Functions | |
| None | homeassistant.components.wemo.switch.async_setup_entry (HomeAssistant hass, ConfigEntry _config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | homeassistant.components.wemo.switch.ATTR_COFFEMAKER_MODE = "coffeemaker_mode" |
| string | homeassistant.components.wemo.switch.ATTR_CURRENT_STATE_DETAIL = "state_detail" |
| string | homeassistant.components.wemo.switch.ATTR_ON_LATEST_TIME = "on_latest_time" |
| string | homeassistant.components.wemo.switch.ATTR_ON_TODAY_TIME = "on_today_time" |
| string | homeassistant.components.wemo.switch.ATTR_ON_TOTAL_TIME = "on_total_time" |
| string | homeassistant.components.wemo.switch.ATTR_POWER_THRESHOLD = "power_threshold_w" |
| string | homeassistant.components.wemo.switch.ATTR_SENSOR_STATE = "sensor_state" |
| string | homeassistant.components.wemo.switch.ATTR_SWITCH_MODE = "switch_mode" |
| string | homeassistant.components.wemo.switch.MAKER_SWITCH_MOMENTARY = "momentary" |
| string | homeassistant.components.wemo.switch.MAKER_SWITCH_TOGGLE = "toggle" |
| int | homeassistant.components.wemo.switch.PARALLEL_UPDATES = 0 |
| homeassistant.components.wemo.switch.SCAN_INTERVAL = timedelta(seconds=10) | |