Fix Roomba help URL (#127065)

Co-authored-by: Franck Nijhof <git@frenck.dev>
pull/126782/head
Luca Dibattista 2024-09-30 00:10:54 -07:00 committed by Franck Nijhof
parent 725c361e9c
commit fa295b93a7
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 3 additions and 1 deletions

View File

@ -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]: