Skip to content

Commit d4999cd

Browse files
committed
chore: align comments
1 parent 1994dc2 commit d4999cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meter/goodwe-wifi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func init() {
2020

2121
//go:generate go tool decorate -f decorateGoodWeWifi -b *goodWeWiFi -r api.Meter -t "api.Battery,Soc,func() (float64, error)" -t "api.BatteryCapacity,Capacity,func() float64"
2222

23-
// TODO deprecated remove
23+
// TODO deprecated
2424

2525
func NewGoodWeWifiFromConfig(other map[string]any) (api.Meter, error) {
2626
cc := struct {

meter/homeassistant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func NewHomeAssistantFromConfig(other map[string]any) (api.Meter, error) {
2626
cc := struct {
2727
URI string
2828
Token_ string `mapstructure:"token"` // TODO deprecated
29-
Home string // TODO deprecated, backward compatibility (v0.210.x)
29+
Home string // TODO deprecated
3030
Power string
3131
Energy string
3232
Currents []string

0 commit comments

Comments
 (0)