forget to remove some param from old wol
This commit is contained in:
parent
197e453b43
commit
ee725130e4
@ -46,8 +46,6 @@ async def async_setup_entry(
|
|||||||
) -> None:
|
) -> None:
|
||||||
# Retrieve the data from the config flow
|
# Retrieve the data from the config flow
|
||||||
mac_address: str = config.data.get(CONF_MAC)
|
mac_address: str = config.data.get(CONF_MAC)
|
||||||
broadcast_address: str | None = config.data.get(CONF_BROADCAST_ADDRESS)
|
|
||||||
broadcast_port: int | None = config.data.get(CONF_BROADCAST_PORT)
|
|
||||||
# broadcast_address: str | None = config.data.get(CONF_BROADCAST_ADDRESS)
|
# broadcast_address: str | None = config.data.get(CONF_BROADCAST_ADDRESS)
|
||||||
# broadcast_port: int | None = config.data.get(CONF_BROADCAST_PORT)
|
# broadcast_port: int | None = config.data.get(CONF_BROADCAST_PORT)
|
||||||
host: str = config.data.get(CONF_HOST)
|
host: str = config.data.get(CONF_HOST)
|
||||||
@ -65,8 +63,6 @@ async def async_setup_entry(
|
|||||||
name,
|
name,
|
||||||
host,
|
host,
|
||||||
mac_address,
|
mac_address,
|
||||||
broadcast_address,
|
|
||||||
broadcast_port,
|
|
||||||
dualboot,
|
dualboot,
|
||||||
username,
|
username,
|
||||||
password,
|
password,
|
||||||
|
Loading…
Reference in New Issue
Block a user