mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
9 lines
187 B
Python
9 lines
187 B
Python
"""Constants for the Husqvarna Automower Bluetooth integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "husqvarna_automower_ble"
|
|
MANUFACTURER = "Husqvarna"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|