Bump hass-nabucasa to 0.96.0 (#143542)

* Bump hass-nabucasa to 0.96.0

* Adjust for new voice info format
This commit is contained in:
Paulus Schoutsen
2025-04-24 13:12:11 -04:00
committed by GitHub
parent f69484ba02
commit fa80c0a88d
10 changed files with 34 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ from aiohttp import web
import attr
from hass_nabucasa import AlreadyConnectedError, Cloud, auth, thingtalk
from hass_nabucasa.const import STATE_DISCONNECTED
from hass_nabucasa.voice import TTS_VOICES
from hass_nabucasa.voice_data import TTS_VOICES
import voluptuous as vol
from homeassistant.components import websocket_api