You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,9 @@ Each Gallery submission should include:
39
39
-`card.yaml` or `dashboard.yaml`
40
40
-`preview.png`
41
41
42
-
Gallery examples must preserve canonical Humidity Intelligence backend entities/helpers. Do not publish private entity IDs, secrets, addresses, personal data, or screenshots that reveal sensitive home information.
42
+
Use [ui-gallery/CONTRIBUTING.md](ui-gallery/CONTRIBUTING.md) and [ui-gallery/reference.txt](ui-gallery/reference.txt) for the required gallery format.
43
+
44
+
Gallery examples must preserve canonical Humidity Intelligence backend entities/helpers. Do not publish private entity IDs, secrets, addresses, personal data, or screenshots that reveal sensitive home information. Add or update the matching entry in [ui-gallery/README.md](ui-gallery/README.md) when adding a gallery example.
For new gallery submissions, follow [ui-gallery/CONTRIBUTING.md](ui-gallery/CONTRIBUTING.md).
635
+
636
+
---
637
+
632
638
## Post-Configuration Workflow
633
639
634
640
When modifying options:
@@ -796,12 +802,13 @@ Safety guidance:
796
802
797
803
### v2.0.3
798
804
799
-
- updated minimum Home Assistant version to `2026.4.3` in `manifest.json`
805
+
- bumped integration version to `2.0.3`
806
+
- documented minimum Home Assistant version as `2026.4.3`
800
807
- dependency status output now includes direct repository links (`card-mod`, `button-card`, `mod-card`, `apexcharts-card`, `HACS`)
801
808
- added post-configuration Dependencies options step so dependency checks are accessible after initial setup
802
809
- reordered options menu for setup flow clarity (`Dependencies`, then `Sensors`, then `Global Gates`)
803
810
- refreshed README dependency section with clearer HACS-first install guidance and acknowledgements
804
-
- updated top badges: HACS badge wording now `Custom Integration`, and Home Assistant badge now auto-reads compatibility from `manifest.json`
811
+
- updated top badges: HACS badge wording now `Custom Integration`, and Home Assistant compatibility is shown directly
805
812
806
813
### v2.0.2
807
814
@@ -811,7 +818,7 @@ Safety guidance:
811
818
- humidifier telemetry reason expanded with lane scope, trigger condition, measured values vs thresholds, and recovery logic
812
819
- runtime debug logs added for active target profile, seasonal adjustments, humidity badge classification, and humidifier trigger/stop events
813
820
814
-
### v2.0.1
821
+
### v2.0.1 fixes
815
822
816
823
- fixed Fahrenheit telemetry normalization by converting all internal temperature math to Celsius before averages, spreads, deltas, and thresholds
817
824
- fixed aggregate behavior so IAQ/AQ averages ignore `unknown`, `unavailable`, and non-numeric states and only return unknown when no valid values exist
0 commit comments