1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 12:29:55 +00:00

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

@@ -20,7 +20,7 @@ from hass_nabucasa.auth import (
)
from hass_nabucasa.const import STATE_CONNECTED
from hass_nabucasa.remote import CertificateStatus
from hass_nabucasa.voice import TTS_VOICES
from hass_nabucasa.voice_data import TTS_VOICES
import pytest
from syrupy.assertion import SnapshotAssertion