Packages

A Gleam library to write and run Home Assistant automations.

Current section

Files

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

include/glome@homeassistant@environment_Configuration.hrl

-record(configuration, {
host :: binary(),
port :: integer(),
access_token :: glome@core@authentication:access_token()
}).