197 files
This commit is contained in:
@@ -30,6 +30,7 @@ DATA_DISCOVERY_MANAGER = "discovery_manager"
|
||||
DATA_DOMAIN_ENTITIES = "domain_entities"
|
||||
DATA_ENTITIES = "entities"
|
||||
DATA_GROUP_ENTITIES = "group_entities"
|
||||
DATA_MEASURE_APP_COORDINATOR = "measure_app_coordinator"
|
||||
DATA_USED_UNIQUE_IDS = "used_unique_ids"
|
||||
DATA_STANDBY_POWER_SENSORS = "standby_power_sensors"
|
||||
DATA_ANALYTICS = "analytics"
|
||||
@@ -78,6 +79,7 @@ CONF_CREATE_GROUP = "create_group"
|
||||
CONF_CREATE_STANDBY_GROUP = "create_standby_group"
|
||||
CONF_CREATE_STANDBY_ENERGY_SENSOR = "create_standby_energy_sensor"
|
||||
CONF_CREATE_UTILITY_METERS = "create_utility_meters"
|
||||
CONF_CURRENT_ENTITY = "current_entity"
|
||||
CONF_CUSTOM_MODEL_DIRECTORY = "custom_model_directory"
|
||||
CONF_DAILY_FIXED_ENERGY = "daily_fixed_energy"
|
||||
CONF_DELAY = "delay"
|
||||
@@ -242,7 +244,7 @@ DISCOVERY_SOURCE_ENTITY = "source_entity"
|
||||
DISCOVERY_POWER_PROFILES = "power_profiles"
|
||||
DISCOVERY_INTEGRATION_NAME = "integration_name"
|
||||
DISCOVERY_TYPE = "discovery_type"
|
||||
LIBRARY_DISCOVERY_IGNORED_DOMAINS = "discovery_ignored_domains"
|
||||
LIBRARY_DISCOVERY_LOW_PRIORITY_DOMAINS = "discovery_low_priority_domains"
|
||||
|
||||
LIBRARY_URL = "https://library.powercalc.nl"
|
||||
API_URL = "https://api.powercalc.nl"
|
||||
@@ -316,6 +318,7 @@ class PowercalcDiscoveryType(StrEnum):
|
||||
DOMAIN_GROUP = "domain_group"
|
||||
STANDBY_GROUP = "standby_group"
|
||||
LIBRARY = "library"
|
||||
MEASURE_APP = "measure_app"
|
||||
USER_YAML = "user_yaml"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user