Add config entry only config schema to integrations a-r (#93899)
This commit is contained in:
parent
f2ea2a886c
commit
a4b8b4f7c2
10 changed files with 38 additions and 9 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue