Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homeworks.HomeworksData
 
class  homeassistant.components.homeworks.HomeworksKeypad
 

Namespaces

 homeassistant.components.homeworks
 

Functions

None homeassistant.components.homeworks.async_send_command (HomeAssistant hass, Mapping[str, Any] data)
 
bool homeassistant.components.homeworks.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.homeworks.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.homeworks.async_setup_services (HomeAssistant hass)
 
bool homeassistant.components.homeworks.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.homeworks.update_listener (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.homeworks._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.homeworks.CONF_COMMAND = "command"
 
 homeassistant.components.homeworks.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
string homeassistant.components.homeworks.EVENT_BUTTON_PRESS = "homeworks_button_press"
 
string homeassistant.components.homeworks.EVENT_BUTTON_RELEASE = "homeworks_button_release"
 
float homeassistant.components.homeworks.KEYPAD_LEDSTATE_POLL_COOLDOWN = 1.0
 
 homeassistant.components.homeworks.SERVICE_SEND_COMMAND_SCHEMA