mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 17:00:13 +01:00
c49cce7243
* Do not use pychromecast.Chromecast for Cast Groups pychromecast.Chromecast creates Chromecast instance with friendly_name and cast_type of the device and not of a group. Which leads to collisions * Update cast.py * using hass.data * Fixed and extended tests * Line length in tests * Lint in tests