Discover Packages
github.com/lborie/home-assistant-to-big-query
package
module
Version:
v0.0.0-...-6a91424
Opens a new window with list of versions in this module.
Published: Oct 17, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
Documentation
¶
Main consumes a Pub/Sub message.
type HomeAssistantBigquery struct {
State float64 `bigquery:"state"`
LastChanged time .Time `bigquery:"occured_at"`
EntityId string `bigquery:"entity_id"`
}
type HomeAssistantMessage struct {
State string `json:"state"`
LastChanged string `json:"last_changed"`
EntityId string `json:"entity_id"`
}
type PubSubMessage struct {
Data []byte `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.