Packages

A Gleam library to write and run Home Assistant automations.

Current section

Files

Jump to
glome include glome@homeassistant_HomeAssistant.hrl
Raw

include/glome@homeassistant_HomeAssistant.hrl

-record(home_assistant, {
handlers :: list(glome@homeassistant:state_change_handlers_entry()),
config :: glome@homeassistant@environment:configuration()
}).