1 """Constants for the WeatherFlow integration."""
8 LOGGER = logging.getLogger(__package__)
12 """Construct a dispatch call from a ConfigEntry."""
13 return f
"{config_entry.domain}_{config_entry.entry_id}_add"
16 ERROR_MSG_ADDRESS_IN_USE =
"address_in_use"
17 ERROR_MSG_CANNOT_CONNECT =
"cannot_connect"
18 ERROR_MSG_NO_DEVICE_FOUND =
"no_device_found"
str format_dispatch_call(ConfigEntry config_entry)