core/homeassistant/components/husqvarna_automower_ble/const.py

9 lines
187 B
Python

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