Skip to content

Commit

Permalink
Re-add the CONF_STARTUP_ENERGY_SCAN constant (zigpy#1502)
Browse files Browse the repository at this point in the history
* Re-add the `CONF_STARTUP_ENERGY_SCAN` constant

* Add a comment
  • Loading branch information
puddly authored Nov 12, 2024
1 parent 7bacf20 commit d0fa17b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zigpy/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
CONF_OTA_BROADCAST_INTERVAL = "broadcast_interval"
CONF_OTA_PROVIDER_MANUF_IDS = "manufacturer_ids"
CONF_SOURCE_ROUTING = "source_routing"
CONF_STARTUP_ENERGY_SCAN = (
"startup_energy_scan" # Unused, kept to avoid breaking imports in dependencies
)
CONF_TOPO_SCAN_PERIOD = "topology_scan_period"
CONF_TOPO_SCAN_ENABLED = "topology_scan_enabled"
CONF_TOPO_SKIP_COORDINATOR = "topology_scan_skip_coordinator"
Expand Down

0 comments on commit d0fa17b

Please # to comment.