Skip to content

Commit

Permalink
mac store
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizmo2 committed May 6, 2022
1 parent 18b7ed5 commit 8d6d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/zidoo/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def async_setup_platform(hass, config, async_add_entities, discovery_info=
async def async_setup_entry(hass, config_entry, async_add_entities):
"""Add Media Player from a config entry."""

player = ZidooRC(config_entry.data[CONF_HOST], config_entry.data.get(CONF_MAC, None))
player = ZidooRC(config_entry.data[CONF_HOST], mac=config_entry.data.get(CONF_MAC, None))

async_add_entities([ZidooPlayerDevice(hass, player, config_entry)])

Expand Down

0 comments on commit 8d6d531

Please sign in to comment.