1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-14 01:54:11 +01:00
Files
core/homeassistant/components/infrared/const.py
T
Abílio Costa 7e8de9bb9c Add infrared entity integration (#162251)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2026-02-26 11:45:21 +00:00

6 lines
100 B
Python

"""Constants for the Infrared integration."""
from typing import Final
DOMAIN: Final = "infrared"