package
10.3.2+incompatible
Repository: https://github.com/joshuar/go-hass-agent.git
Documentation: pkg.go.dev

# Packages

revive:disable:unused-receiver.
revive:disable:unused-receivergo:generate go run golang.org/x/tools/cmd/stringer -type=batterySensor -output battery_generated.go -linecomment.
revive:disable:unused-receiver.
No description provided by the author
revive:disable:unused-receiver.
revive:disable:unused-receiver.
No description provided by the author
revive:disable:unused-receiver.
revive:disable:unused-receiver.
revive:disable:unused-receiver.
revive:disable:unused-receiver.
revive:disable:unused-receiver.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

EventSensorWorker is a worker that generates sensors on some kind of event(s).
OneShotSensorWorker is a worker that runs one-time, generates sensors, then exits.
PollingSensorWorker is a worker that requires polling for generating sensors.
SensorWorker is a struct embedded in other specific worker structs.

# Interfaces

EventType interface represents sensors that are generated on some event trigger, such as D-Bus messages.
OneShotType interface represents sensors that are generated only one-time and have no ongoing updates.
PollingType interface represents sensors that are generated on some poll interval.