mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 22:51:33 +01:00
5 lines
146 B
Python
5 lines
146 B
Python
"""Constants for the Persang Infrared integration."""
|
|
|
|
DOMAIN = "persang_infrared"
|
|
CONF_INFRARED_EMITTER_ENTITY_ID = "infrared_emitter_entity_id"
|