Black format
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user