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 GitHub
parent 0b3d69aa8e
commit 672a7ca740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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