Classes | |
| class | KodiNotificationService |
Functions | |
| KodiNotificationService | async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_DISPLAYTIME = "displaytime" |
| int | DEFAULT_PORT = 8080 |
| bool | DEFAULT_PROXY_SSL = False |
| int | DEFAULT_TIMEOUT = 5 |
| PLATFORM_SCHEMA | |
Kodi notification service.
| KodiNotificationService homeassistant.components.kodi.notify.async_get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.kodi.notify.ATTR_DISPLAYTIME = "displaytime" |
| int homeassistant.components.kodi.notify.DEFAULT_PORT = 8080 |
| bool homeassistant.components.kodi.notify.DEFAULT_PROXY_SSL = False |
| int homeassistant.components.kodi.notify.DEFAULT_TIMEOUT = 5 |
| homeassistant.components.kodi.notify.PLATFORM_SCHEMA |