Packages

A Gleam library to write and run Home Assistant automations.

Current section

Files

Jump to
glome include glome@homeassistant@entity_id_EntityId.hrl
Raw

include/glome@homeassistant@entity_id_EntityId.hrl

-record(entity_id, {
domain :: glome@homeassistant@domain:domain(),
object_id :: binary()
}).