Classes | |
| class | BlackbirdZone |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_SOURCE = "source" |
| BLACKBIRD_SETALLZONES_SCHEMA | |
| string | CONF_SOURCES = "sources" |
| string | CONF_ZONES = "zones" |
| string | DATA_BLACKBIRD = "blackbird" |
| MEDIA_PLAYER_SCHEMA = vol.Schema({ATTR_ENTITY_ID: cv.comp_entity_ids}) | |
| PLATFORM_SCHEMA | |
| SOURCE_IDS = vol.All(vol.Coerce(int), vol.Range(min=1, max=8)) | |
| SOURCE_SCHEMA = vol.Schema({vol.Required(CONF_NAME): cv.string}) | |
| ZONE_IDS = vol.All(vol.Coerce(int), vol.Range(min=1, max=8)) | |
| ZONE_SCHEMA = vol.Schema({vol.Required(CONF_NAME): cv.string}) | |
Support for interfacing with Monoprice Blackbird 4k 8x8 HDBaseT Matrix.
| None homeassistant.components.blackbird.media_player.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Monoprice Blackbird 4k 8x8 HDBaseT Matrix platform.
Definition at line 70 of file media_player.py.
|
private |
Definition at line 31 of file media_player.py.
| string homeassistant.components.blackbird.media_player.ATTR_SOURCE = "source" |
Definition at line 44 of file media_player.py.
| homeassistant.components.blackbird.media_player.BLACKBIRD_SETALLZONES_SCHEMA |
Definition at line 46 of file media_player.py.
| string homeassistant.components.blackbird.media_player.CONF_SOURCES = "sources" |
Definition at line 40 of file media_player.py.
| string homeassistant.components.blackbird.media_player.CONF_ZONES = "zones" |
Definition at line 39 of file media_player.py.
| string homeassistant.components.blackbird.media_player.DATA_BLACKBIRD = "blackbird" |
Definition at line 42 of file media_player.py.
| homeassistant.components.blackbird.media_player.MEDIA_PLAYER_SCHEMA = vol.Schema({ATTR_ENTITY_ID: cv.comp_entity_ids}) |
Definition at line 33 of file media_player.py.
| homeassistant.components.blackbird.media_player.PLATFORM_SCHEMA |
Definition at line 57 of file media_player.py.
| homeassistant.components.blackbird.media_player.SOURCE_IDS = vol.All(vol.Coerce(int), vol.Range(min=1, max=8)) |
Definition at line 55 of file media_player.py.
| homeassistant.components.blackbird.media_player.SOURCE_SCHEMA = vol.Schema({vol.Required(CONF_NAME): cv.string}) |
Definition at line 37 of file media_player.py.
| homeassistant.components.blackbird.media_player.ZONE_IDS = vol.All(vol.Coerce(int), vol.Range(min=1, max=8)) |
Definition at line 52 of file media_player.py.
| homeassistant.components.blackbird.media_player.ZONE_SCHEMA = vol.Schema({vol.Required(CONF_NAME): cv.string}) |
Definition at line 35 of file media_player.py.