mirror of
https://github.com/home-assistant/core.git
synced 2026-05-22 00:10:16 +01:00
dd2a90a31f
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: balloob <1444314+balloob@users.noreply.github.com>
6 lines
114 B
Python
6 lines
114 B
Python
"""Constants for the Radio Frequency integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "radio_frequency"
|