Created new sensor with specific data and group them by devices(account)
This commit is contained in:
@@ -16,9 +16,6 @@ REQUIRED_FILES = [
|
||||
ISSUE_URL = "https://github.com/dotKrad/hass-fpl/issues"
|
||||
ATTRIBUTION = "Data from this is provided by FPL."
|
||||
|
||||
# Icons
|
||||
ICON = "mdi:flash"
|
||||
|
||||
# Device classes
|
||||
BINARY_SENSOR_DEVICE_CLASS = "connectivity"
|
||||
|
||||
@@ -32,12 +29,4 @@ CONF_USERNAME = "username"
|
||||
CONF_PASSWORD = "password"
|
||||
|
||||
# Defaults
|
||||
DEFAULT_NAME = DOMAIN
|
||||
|
||||
# Api login result
|
||||
LOGIN_RESULT_OK = "OK"
|
||||
LOGIN_RESULT_INVALIDUSER = "NOTVALIDUSER"
|
||||
LOGIN_RESULT_INVALIDPASSWORD = "FAILEDPASSWORD"
|
||||
|
||||
|
||||
STATUS_CATEGORY_OPEN = "OPEN"
|
||||
DEFAULT_NAME = DOMAIN
|
||||
Reference in New Issue
Block a user