minor updates

This commit is contained in:
ludeeus
2019-03-08 22:12:01 +01:00
parent 08fbf028d3
commit ce2d663821
7 changed files with 41 additions and 50 deletions

View File

@ -1,11 +1,11 @@
"""Consts"""
"""Conststants."""
# Base component constants
DOMAIN = "blueprint"
DOMAIN_DATA = "{}_data".format(DOMAIN)
VERSION = "0.0.1"
URL = "https://blueprint.com/api"
PLATFORMS = ["sensor"]
REQUIRED_FILES = ["sensor.py", "const.py"]
ISSUE_URL = "https://github.com/custom-components/blueprint/issues"
PLATFORMS = ["sensor"]
STARTUP = """
----------------------------------------------
@ -16,3 +16,9 @@ If you have any issues with this you need to open an issue here:
{issueurl}
----------------------------------------------
"""
# Operational
URL = 'https://jsonplaceholder.typicode.com/todos/1'
# Icons
SENSOR_ICON = "mdi:format-quote-close"