Skip to content

Commit 1cd09b5

Browse files
committed
brand: replace placeholder glyph with real Fitdays artwork, bump to 1.0.3
frenck's hacs/default review was against v1.0.0; the homeassistant floor and the README wording on body-composition/heart-rate sensors going unknown were already fixed by then. The remaining item was brand assets: custom_components/fitdays/brand/ held only a placeholder icon, no logo. Replace it with the real teal icon and logo (1x/2x, no dark variant needed) and update the README note that called it a placeholder.
1 parent 3ab2ece commit 1cd09b5

6 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ device). On a scale without it the sensor stays *unknown*, not *unavailable*.
9393
unknown for that weigh-in rather than holding their previous value, and the
9494
`weight_only` attribute on the weight sensor says why.
9595
- The integration is read-only. It never writes to your Fitdays account.
96-
- Brand artwork in `custom_components/fitdays/brand/` is a generic placeholder
97-
glyph, not the vendor's logo. Home Assistant reads that folder from 2026.3.0
96+
- Brand artwork lives in `custom_components/fitdays/brand/` (icon and logo, at
97+
1x and 2x). The Fitdays teal square works on light and dark, so there are no
98+
separate dark-mode variants. Home Assistant reads that folder from 2026.3.0
9899
onward; on older cores the integration renders without an icon.
99100

100101
## Disclaimer
5.63 KB
Loading
14.3 KB
Loading
7.83 KB
Loading
19 KB
Loading

custom_components/fitdays/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"iot_class": "cloud_polling",
1010
"issue_tracker": "https://github.com/abovecolin/HA-Fitdays/issues",
1111
"requirements": ["fitdays==1.0.0"],
12-
"version": "1.0.2"
12+
"version": "1.0.3"
1313
}

0 commit comments

Comments
 (0)