This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Combination of multiple media players into one for a universal controller. | |
For more details about this platform, please refer to the documentation at | |
https://home-assistant.io/components/media_player.universal/ | |
""" | |
import logging | |
# pylint: disable=import-error | |
from copy import copy |