mirror of
https://github.com/home-assistant/core.git
synced 2026-07-07 23:06:34 +01:00
4a22f2c93e
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
6 lines
144 B
Python
6 lines
144 B
Python
"""Constants for the Victron Bluetooth Low Energy integration."""
|
|
|
|
DOMAIN = "victron_ble"
|
|
REAUTH_AFTER_FAILURES = 3
|
|
VICTRON_IDENTIFIER = 0x02E1
|