mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
5 lines
118 B
Python
5 lines
118 B
Python
"""Constants for the Victron Bluetooth Low Energy integration."""
|
|
|
|
DOMAIN = "victron_ble"
|
|
VICTRON_IDENTIFIER = 0x02E1
|