fix: add translate & fix bugs

This commit is contained in:
chliny
2025-05-11 23:18:06 +08:00
parent 9aedcabdcc
commit 221b45b4e6
8 changed files with 73 additions and 38 deletions
@@ -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)