mirror of
https://github.com/chliny/hass-tencentcloud-asr.git
synced 2026-07-29 12:43:56 +08:00
fix: add translate & fix bugs
This commit is contained in:
@@ -6,6 +6,11 @@ DOMAIN = "tencentcloud_asr"
|
||||
|
||||
PLATFORMS = (Platform.STT,)
|
||||
|
||||
# const key
|
||||
SecretIdKey = "secretid"
|
||||
SecretKeyKey = "secretkey"
|
||||
ModelKey = "model"
|
||||
|
||||
|
||||
async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry):
|
||||
await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)
|
||||
|
||||
Reference in New Issue
Block a user