Skip to content

Commit

Permalink
PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaceg committed Dec 7, 2023
1 parent 122781c commit 0a9bb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/export/mosquitto/mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type MqttConfig struct {
Url string `yaml:"url"`
User string `yaml:"user"`
Password string `yaml:"password"`
Discovery *string `yaml:"ha_discovery_prefix",omitempty`
Discovery *string `yaml:"ha_discovery_prefix,omitempty"`
Prefix string `yaml:"prefix"`
}

Expand Down

0 comments on commit 0a9bb4d

Please sign in to comment.