Current section
Files
Jump to
Current section
Files
src/glome@homeassistant@entity_selector.erl
-module(glome@homeassistant@entity_selector).
-compile(no_auto_import).
-export_type([entity_selector/0, selector/0]).
-type entity_selector() :: {entity_selector,
glome@homeassistant@domain:domain(),
selector()}.
-type selector() :: {object_id, binary()} | all | {regex, binary()}.