Files
home-assistant-core/tests/components/infrared/__init__.py
T
b9105db16c Add infrared receiver entity (#169110)
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: abmantis <[email protected]>
Co-authored-by: Martin Hjelmare <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
2026-05-13 18:21:46 +01:00

5 lines
139 B
Python

"""Tests for the Infrared integration."""
EMITTER_ENTITY_ID = "infrared.test_ir_emitter"
RECEIVER_ENTITY_ID = "infrared.test_ir_receiver"