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

# Packages

Copyright (c) 2024 Joshua Rich <[email protected]> This software is released under the MIT License.

# Functions

FindServers is a helper function to generate a list of Home Assistant servers via local network auto-discovery.
No description provided by the author
No description provided by the author
NewWebsocket creates a new websocket object using the given websocket url, webhookid and token.
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

# 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
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

No description provided by the author
No description provided by the author
LocationRequest represents the location information that can be sent to HA to update the location of the agent.
No description provided by the author
No description provided by the author

# Interfaces

Authenticated represents a request that requires passing an authentication header with the value returned by Auth().
Encrypted represents a request that should be encrypted with the secret provided by Secret().
PostRequest is a HTTP POST request with the request body provided by Body().
No description provided by the author

# Type aliases

GetRequest is a HTTP GET request.