Namespaces | |
| notify | |
Functions | |
| def | register_device (hass, api_key, name, device_id, device_ids, device_names) |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_DEVICE_IDS = "device_ids" |
| string | CONF_DEVICE_NAMES = "device_names" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "joaoapps_join" |
Support for Joaoapps Join services.
| def homeassistant.components.joaoapps_join.register_device | ( | hass, | |
| api_key, | |||
| name, | |||
| device_id, | |||
| device_ids, | |||
| device_names | |||
| ) |
Register services for each join device listed.
Definition at line 47 of file __init__.py.
| bool homeassistant.components.joaoapps_join.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Join services.
Definition at line 118 of file __init__.py.
|
private |
Definition at line 21 of file __init__.py.
| string homeassistant.components.joaoapps_join.CONF_DEVICE_IDS = "device_ids" |
Definition at line 25 of file __init__.py.
| string homeassistant.components.joaoapps_join.CONF_DEVICE_NAMES = "device_names" |
Definition at line 26 of file __init__.py.
| homeassistant.components.joaoapps_join.CONFIG_SCHEMA |
Definition at line 28 of file __init__.py.
| string homeassistant.components.joaoapps_join.DOMAIN = "joaoapps_join" |
Definition at line 23 of file __init__.py.