"""Constants for the Husqvarna Automower Bluetooth integration."""
import logging
DOMAIN = "husqvarna_automower_ble"
MANUFACTURER = "Husqvarna"
LOGGER = logging.getLogger(__package__)