mirror of
https://github.com/home-assistant/core.git
synced 2026-05-28 11:16:40 +01:00
b9105db16c
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abmantis <974569+abmantis@users.noreply.github.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
5 lines
139 B
Python
5 lines
139 B
Python
"""Tests for the Infrared integration."""
|
|
|
|
EMITTER_ENTITY_ID = "infrared.test_ir_emitter"
|
|
RECEIVER_ENTITY_ID = "infrared.test_ir_receiver"
|