Skip to content

Commit

Permalink
fix: fix incorrect required configuration parameters (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Apr 1, 2024
1 parent 9777e23 commit 8fb01ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecowitt2mqtt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
CONF_DIAGNOSTICS,
CONF_GATEWAYS,
CONF_HASS_DISCOVERY,
CONF_MQTT_BROKER,
CONF_MQTT_PASSWORD,
CONF_MQTT_TOPIC,
CONF_MQTT_USERNAME,
CONF_VERBOSE,
DEFAULT_BOOLEAN_BATTERY_TRUE_VALUE,
Expand All @@ -51,7 +51,7 @@
CONF_DEFAULT = "default"

REQUIRES_AT_LEAST_ONE_OF = (
CONF_MQTT_BROKER,
CONF_MQTT_TOPIC,
CONF_HASS_DISCOVERY,
)

Expand Down

0 comments on commit 8fb01ea

Please sign in to comment.