Title and internal descriptions updates for Fritzbox (#49047)

This commit is contained in:
Simone Chemelli 2021-05-03 12:52:22 +02:00 committed by GitHub
parent 779f34a8ed
commit 1ad9f1d714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 19 deletions

View file

@ -1,4 +1,4 @@
"""Config flow for AVM Fritz!Box."""
"""Config flow for AVM FRITZ!SmartHome."""
from urllib.parse import urlparse
from pyfritzhome import Fritzhome, LoginError
@ -37,7 +37,7 @@ RESULT_SUCCESS = "success"
class FritzboxConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a AVM Fritz!Box config flow."""
"""Handle a AVM FRITZ!SmartHome config flow."""
VERSION = 1