Title and internal descriptions updates for Fritzbox (#49047)
This commit is contained in:
parent
779f34a8ed
commit
1ad9f1d714
8 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue