Pass the real config for Discord (#76959)

This commit is contained in:
Robert Hillis 2022-08-17 22:41:59 -04:00 committed by GitHub
parent 280ae91ba1
commit 6ab9652b60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 6 deletions

View file

@ -8,3 +8,5 @@ DEFAULT_NAME = "Discord"
DOMAIN: Final = "discord"
URL_PLACEHOLDER = {CONF_URL: "https://www.home-assistant.io/integrations/discord"}
DATA_HASS_CONFIG = "discord_hass_config"