Go to the source code of this file.
Classes | |
| class | homeassistant.components.kodi.notify.KodiNotificationService |
Namespaces | |
| homeassistant.components.kodi.notify | |
Functions | |
| KodiNotificationService | homeassistant.components.kodi.notify.async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.kodi.notify._LOGGER = logging.getLogger(__name__) | |
| 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 | |