Skip to content

Commit

Permalink
official
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveicedgreentea committed Jul 5, 2024
1 parent 6c6689b commit 1e890bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/madvr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: MadVRConfigEntry) -> boo
host=entry.data[CONF_HOST],
logger=_LOGGER,
port=entry.data[CONF_PORT],
mac=entry.data[CONF_MAC],
mac=entry.data.get(CONF_MAC),
connect_timeout=10,
loop=hass.loop,
)
Expand Down

0 comments on commit 1e890bb

Please sign in to comment.