Fix Roomba help URL (#127065)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
725c361e9c
commit
fa295b93a7
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ DEFAULT_OPTIONS = {CONF_CONTINUOUS: DEFAULT_CONTINUOUS, CONF_DELAY: DEFAULT_DELA
|
|||
MAX_NUM_DEVICES_TO_DISCOVER = 25
|
||||
|
||||
AUTH_HELP_URL_KEY = "auth_help_url"
|
||||
AUTH_HELP_URL_VALUE = "https://www.home-assistant.io/integrations/roomba/#manually-retrieving-your-credentials"
|
||||
AUTH_HELP_URL_VALUE = (
|
||||
"https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials"
|
||||
)
|
||||
|
||||
|
||||
async def validate_input(hass: HomeAssistant, data: dict[str, Any]) -> dict[str, Any]:
|
||||
|
|
Loading…
Add table
Reference in a new issue