Add config_flow "docs"

This commit is contained in:
ludeeus
2019-07-25 09:53:43 +00:00
parent db21a76885
commit 73ff34ff9a
2 changed files with 12 additions and 2 deletions

View File

@ -5,8 +5,10 @@ DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.0.1"
PLATFORMS = ["binary_sensor", "sensor", "switch"]
REQUIRED_FILES = [
".translations/en.json",
"binary_sensor.py",
"const.py",
"config_flow.py",
"manifest.json",
"sensor.py",
"switch.py",