mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00

* Media playback working * Working on OPUS audio * Before rollback * Fix is_end * First working pipeline * Clean up * Remove asserts * Send HA version in SDP * Use async_pipeline_from_audio_stream * Use config flow with allowed IP * Satisfy ruff * Remove use of regex for SIP IP * Use voip-utils * Fix imports * Add Pipeline to __all__ * Fix voice assistant tests * Basic VoIP test * Run hassfest * Generate requirements * Bump voip utils (missing requirement) * Allow tts_options to be passed in to pipeline run * Add config flow tests * Update test snapshots * More tests * Remove get_extra_info * Appeasing the codebot
2 lines
47 B
Python
2 lines
47 B
Python
"""Tests for the Voice over IP integration."""
|