Versions in this module Expand all Collapse all v1 v1.1.0 Jun 13, 2022 Changes in this version type HelloResponse + Name string v1.0.0 May 21, 2021 Changes in this version + type DeviceInfo struct + CompilationTime string + EsphomeVersion string + HasDeepSleep bool + MacAddress string + Model string + Name string + UsesPassword bool + func (di *DeviceInfo) String() string + type HelloResponse struct + ApiVersionMajor uint32 + ApiVersionMinor uint32 + ServerInfo string + func (hr *HelloResponse) String() string + type LogEntry struct + Level LogLevel + Message string + SendFailed bool + Tag string + func GetLogEntry(msg proto.Message) (*LogEntry, error) + func (le *LogEntry) String() string + type LogLevel int32 + const LogLevelDebug + const LogLevelError + const LogLevelInfo + const LogLevelNone + const LogLevelVerbose + const LogLevelVeryVerbose + const LogLevelWarn