Fix Roomba help URL (#127065)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
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

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