Action commit

This commit is contained in:
ludeeus
2019-03-08 18:25:29 +00:00
parent ad2e54a710
commit bf3dab8782
3 changed files with 17 additions and 13 deletions

View File

@ -1,11 +1,11 @@
"""Consts"""
DOMAIN = 'blueprint'
DOMAIN_DATA = '{}_data'.format(DOMAIN)
VERSION = '0.0.1'
URL = 'https://blueprint.com/api'
REQUIRED_FILES = ['sensor.py', 'const.py']
ISSUE_URL = 'https://github.com/custom-components/blueprint/issues'
PLATFORMS = ['sensor']
DOMAIN = "blueprint"
DOMAIN_DATA = "{}_data".format(DOMAIN)
VERSION = "0.0.1"
URL = "https://blueprint.com/api"
REQUIRED_FILES = ["sensor.py", "const.py"]
ISSUE_URL = "https://github.com/custom-components/blueprint/issues"
PLATFORMS = ["sensor"]
STARTUP = """
----------------------------------------------