Home Assistant Unofficial Reference 2024.12.1
switch.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.neato.switch.NeatoConnectedSwitch
 

Namespaces

 homeassistant.components.neato.switch
 

Functions

None homeassistant.components.neato.switch.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.neato.switch._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.neato.switch.SCAN_INTERVAL = timedelta(minutes=SCAN_INTERVAL_MINUTES)
 
string homeassistant.components.neato.switch.SWITCH_TYPE_SCHEDULE = "schedule"
 
dictionary homeassistant.components.neato.switch.SWITCH_TYPES = {SWITCH_TYPE_SCHEDULE: ["Schedule"]}