mirror of
https://github.com/home-assistant/core.git
synced 2025-08-15 02:21:40 +02:00
Get options to connect
This commit is contained in:
@@ -49,9 +49,9 @@ async def async_setup_entry(hass, config_entry):
|
|||||||
address=config_entry.data[CONF_HOST],
|
address=config_entry.data[CONF_HOST],
|
||||||
blid=config_entry.data[CONF_USERNAME],
|
blid=config_entry.data[CONF_USERNAME],
|
||||||
password=config_entry.data[CONF_PASSWORD],
|
password=config_entry.data[CONF_PASSWORD],
|
||||||
cert_name=config_entry.data[CONF_CERT],
|
cert_name=config_entry.options[CONF_CERT],
|
||||||
continuous=config_entry.data[CONF_CONTINUOUS],
|
continuous=config_entry.options[CONF_CONTINUOUS],
|
||||||
delay=config_entry.data[CONF_DELAY],
|
delay=config_entry.options[CONF_DELAY],
|
||||||
)
|
)
|
||||||
hass.data[DOMAIN]["roomba"] = roomba
|
hass.data[DOMAIN]["roomba"] = roomba
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user