mirror of
https://github.com/home-assistant/core.git
synced 2026-08-29 01:26:17 +01:00
* Expose channel changing over the websocket API * Expose channel changing as a service * Type annotate some existing unit test fixtures * Add unit tests * Rename `api.change_channel` to `api.async_change_channel` * Expand on channel migration in the service description * Remove channel changing service, we only really need the websocket API * Update homeassistant/components/zha/websocket_api.py * Black --------- Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>