8 lines
187 B
Python
8 lines
187 B
Python
"""Constants for the Husqvarna Automower Bluetooth integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "husqvarna_automower_ble"
|
|
MANUFACTURER = "Husqvarna"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|