Skip to content

HomeAssistant error #21

@alfureu

Description

@alfureu

When I use the config with the latest HomeAssistant (v2026.2.1) I am getting the following error with the default config:

action: hassio.addon_stdin
data:
  addon: a889bffc_scaleconnect  # addon ID
  input:
    sync_garmin:  # sync name (use any)
      from:
        Weight: '{{ states("sensor.mi_body_composition_scale_mass")|float }}'  # you can use templates
        BMI: 21.0
        BodyFat: 10.0
      to: garmin {REDACTED} {REDACTED}
2026/02/08 21:29:40 scaleconnect version 0.4.2
2026/02/08 21:29:40 yaml: unmarshal errors:
  line 1: cannot unmarshal !!str `hassio....` into struct { From interface {} "yaml:\"from\""; To string "yaml:\"to\""; Expr map[string]string "yaml:\"expr\"" }
2026/02/08 21:29:44 scaleconnect version 0.4.2
2026/02/08 21:29:44 yaml: unmarshal errors:
  line 1: cannot unmarshal !!str `hassio....` into struct { From interface {} "yaml:\"from\""; To string "yaml:\"to\""; Expr map[string]string "yaml:\"expr\"" }

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions