Namespaces | |
| remote | |
| sensor | |
Functions | |
| def | load_codes (path) |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CODE_SCHEMA | |
| string | CODES_YAML = f"{DOMAIN}_codes.yaml" |
| string | CONF_REMOTE = "remote" |
| string | CONF_REMOTES = "remotes" |
| string | CONF_SENSOR = "sensor" |
| CONFIG_SCHEMA | |
| string | DEFAULT_HOST = "0.0.0.0" |
| int | DEFAULT_PORT = 65432 |
| string | DOMAIN = "kira" |
| REMOTE_SCHEMA | |
| SENSOR_SCHEMA | |
KIRA interface to receive UDP packets from an IR-IP bridge.
| def homeassistant.components.kira.load_codes | ( | path | ) |
Load KIRA codes from specified file.
Definition at line 80 of file __init__.py.
| bool homeassistant.components.kira.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the KIRA component.
Definition at line 98 of file __init__.py.
|
private |
Definition at line 30 of file __init__.py.
| homeassistant.components.kira.CODE_SCHEMA |
Definition at line 41 of file __init__.py.
| string homeassistant.components.kira.CODES_YAML = f"{DOMAIN}_codes.yaml" |
Definition at line 39 of file __init__.py.
| string homeassistant.components.kira.CONF_REMOTE = "remote" |
Definition at line 37 of file __init__.py.
| string homeassistant.components.kira.CONF_REMOTES = "remotes" |
Definition at line 35 of file __init__.py.
| string homeassistant.components.kira.CONF_SENSOR = "sensor" |
Definition at line 36 of file __init__.py.
| homeassistant.components.kira.CONFIG_SCHEMA |
Definition at line 67 of file __init__.py.
| string homeassistant.components.kira.DEFAULT_HOST = "0.0.0.0" |
Definition at line 32 of file __init__.py.
| int homeassistant.components.kira.DEFAULT_PORT = 65432 |
Definition at line 33 of file __init__.py.
| string homeassistant.components.kira.DOMAIN = "kira" |
Definition at line 28 of file __init__.py.
| homeassistant.components.kira.REMOTE_SCHEMA |
Definition at line 59 of file __init__.py.
| homeassistant.components.kira.SENSOR_SCHEMA |
Definition at line 51 of file __init__.py.