Add config entry only config schema to integrations a-r (#93899)

This commit is contained in:
Erik Montnemery 2023-06-01 11:42:14 +02:00 committed by GitHub
parent f2ea2a886c
commit a4b8b4f7c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 38 additions and 9 deletions

View file

@ -44,6 +44,8 @@ SERVICE_SEND_TEXT_COMMAND_SCHEMA = vol.All(
},
)
CONFIG_SCHEMA = cv.no_yaml_config_schema(DOMAIN)
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
"""Set up Google Assistant SDK component."""