* Add support for USB dongles to the hardware integration * Update hardware integrations * Adjust tests * Add USB discovery for SkyConnect 1.0 * Improve test coverage * Apply suggestions from code review Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * Fix frozen dataclass shizzle * Adjust test Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
3 lines
102 B
Python
3 lines
102 B
Python
"""Constants for the Home Assistant Sky Connect integration."""
|
|
|
|
DOMAIN = "homeassistant_sky_connect"
|