Current section
Files
Jump to
Current section
Files
src/glome.app.src
{application, glome, [
{vsn, "0.1.0"},
{applications, [gleam_erlang,
gleam_httpc,
gleam_otp,
gleam_stdlib,
gleeunit,
jsone,
nerf]},
{description, "A Gleam library to write and run Home Assistant automations."},
{modules, [glome,
glome@core@authentication,
glome@core@error,
glome@core@ha_client,
glome@core@json,
glome@core@loops,
glome@homeassistant,
glome@homeassistant@attributes,
glome@homeassistant@domain,
glome@homeassistant@entity_id,
glome@homeassistant@environment,
glome@homeassistant@service,
glome@homeassistant@state,
glome@homeassistant@state_change_event]},
{registered, []}
]}.