Namespaces | |
| binary_sensor | |
| const | |
| entity | |
| light | |
| sensor | |
| switch | |
Classes | |
| class | CallRateDelayThrottle |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_SEND_DELAY = "send_delay" |
| CONFIG_SCHEMA | |
| string | DEFAULT_HOST = "127.0.0.1" |
| int | DEFAULT_PORT = 5001 |
| float | DEFAULT_SEND_DELAY = 0.0 |
| string | DOMAIN = "pilight" |
| string | EVENT = "pilight_received" |
| RF_CODE_SCHEMA | |
| string | SERVICE_NAME = "send" |
Component to create an interface to a Pilight daemon.
| bool homeassistant.components.pilight.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Pilight component.
Definition at line 67 of file __init__.py.
|
private |
Definition at line 29 of file __init__.py.
| string homeassistant.components.pilight.CONF_SEND_DELAY = "send_delay" |
Definition at line 31 of file __init__.py.
| homeassistant.components.pilight.CONFIG_SCHEMA |
Definition at line 50 of file __init__.py.
| string homeassistant.components.pilight.DEFAULT_HOST = "127.0.0.1" |
Definition at line 33 of file __init__.py.
| int homeassistant.components.pilight.DEFAULT_PORT = 5001 |
Definition at line 34 of file __init__.py.
| float homeassistant.components.pilight.DEFAULT_SEND_DELAY = 0.0 |
Definition at line 35 of file __init__.py.
| string homeassistant.components.pilight.DOMAIN = "pilight" |
Definition at line 36 of file __init__.py.
| string homeassistant.components.pilight.EVENT = "pilight_received" |
Definition at line 38 of file __init__.py.
| homeassistant.components.pilight.RF_CODE_SCHEMA |
Definition at line 43 of file __init__.py.
| string homeassistant.components.pilight.SERVICE_NAME = "send" |
Definition at line 48 of file __init__.py.