Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdBase-by-Stark committed Sep 23, 2024
1 parent 9a1704e commit db83323
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom_components/stark_energy_monitor/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
CONF_SAMPLE_INTERVAL = "sample_interval"
CONF_ENABLE_NOTIFICATIONS = "enable_notifications"
CONF_DATA_RETENTION_DAYS = "data_retention_days"
CONF_TARIFFS = "tariffs"
CONF_TARIFFS = "tariffs"
CONF_CRITICAL_DEVICES = "critical_devices"
CONF_SOLAR_INTEGRATION = "solar_integration"
CONF_BATTERY_INTEGRATION = "battery_integration"

0 comments on commit db83323

Please sign in to comment.