hass-core/homeassistant/components/husqvarna_automower_ble/const.py
Alistair Francis b3cb2ac3ee
Add husqvarna automower ble integration (#108326)
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-10-25 16:54:02 +02:00

8 lines
187 B
Python

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