diff --git a/homeassistant/components/zwave_js/api.py b/homeassistant/components/zwave_js/api.py index 091de1949eb3..91b1e2a71574 100644 --- a/homeassistant/components/zwave_js/api.py +++ b/homeassistant/components/zwave_js/api.py @@ -120,9 +120,6 @@ SECURITY_CLASSES = "security_classes" CLIENT_SIDE_AUTH = "client_side_auth" -# constants for migration -DRY_RUN = "dry_run" - # constants for inclusion INCLUSION_STRATEGY = "inclusion_strategy"