Black format

This commit is contained in:
ludeeus
2019-03-09 13:01:44 +01:00
parent 44df9faee0
commit 775d56196c
4 changed files with 57 additions and 35 deletions

View File

@ -18,19 +18,19 @@ If you have any issues with this you need to open an issue here:
"""
# Operational
URL = 'https://jsonplaceholder.typicode.com/todos/1'
URL = "https://jsonplaceholder.typicode.com/todos/1"
# Icons
SENSOR_ICON = "mdi:format-quote-close"
# Device classes
BINARY_SENSOR_DEVICE_CLASS = 'connectivity'
BINARY_SENSOR_DEVICE_CLASS = "connectivity"
# Configuration
CONF_BINARY_SENSOR = 'binary_sensor'
CONF_SENSOR = 'sensor'
CONF_ENABLED = 'enabled'
CONF_NAME = 'name'
CONF_BINARY_SENSOR = "binary_sensor"
CONF_SENSOR = "sensor"
CONF_ENABLED = "enabled"
CONF_NAME = "name"
# Defaults
DEAFULT_NAME = DOMAIN