"""The telegram component.""" from homeassistant.const import Platform DOMAIN = "telegram" PLATFORMS = [Platform.NOTIFY]