Skip to content

Commit a4ea3a2

Browse files
authored
Merge pull request #75 from senyo888/main
Sync main into develop before v2.0.8 release candidate
2 parents be46fc5 + 8c4bfeb commit a4ea3a2

4 files changed

Lines changed: 30 additions & 11 deletions

File tree

.github/workflows/hassfest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ jobs:
111111
print("Staged Hassfest metadata is normalized.")
112112
PY
113113
114-
- uses: home-assistant/actions/hassfest@e91ad1948e57189485b9c1ad608af0c303946f89 # master
114+
- uses: home-assistant/actions/hassfest@f4ca6f671bd429efb108c0f2fa0ae8af0215986c # master

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747

48-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
48+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4949
with:
5050
python-version: "3.x"
5151

.github/workflows/version-governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616

17-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
17+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
1818
with:
1919
python-version: "3.x"
2020

site/index.html

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,34 @@ <h1 id="hero-title">Humidity Intelligence</h1>
106106
<div class="section-inner two-column">
107107
<div>
108108
<p class="section-kicker">Why it exists</p>
109-
<h2 id="intro-title">Clearer home decisions start with connected environmental signals.</h2>
109+
<h2 id="intro-title">Because it matters more than ever.</h2>
110+
</div>
111+
<div>
112+
<p>
113+
With global temperatures rising and warmer, more humid weather patterns
114+
becoming more common across parts of the Northern Hemisphere, indoor
115+
humidity is becoming harder to ignore. In many homes, conditions that
116+
once shifted slowly with the seasons can now change in a single day:
117+
damp air after showers, cooking, or warm weather, then drier air when
118+
heating, cooling, or ventilation takes over.
119+
</p>
120+
<p>
121+
Those swings can affect more than comfort. Humidity that sits too high
122+
or too low may contribute to dry skin, irritated eyes, coughing,
123+
respiratory sensitivity, stressed houseplants, condensation, mould risk,
124+
and, over time, damage to the fabric of a home. Heat and humidity
125+
together can also put extra strain on the body, because humid air makes
126+
it harder for sweat to evaporate and cool us down.
127+
</p>
128+
<p>
129+
Humidity Intelligence does not replace good ventilation, heating,
130+
cooling, or maintenance. It helps make the indoor picture easier to
131+
understand by bringing humidity, temperature, dew point, room behaviour,
132+
air quality, and device states together inside Home Assistant, then
133+
explaining what is changing, why it matters, and what the next sensible
134+
action may be to support a more stable indoor environment.
135+
</p>
110136
</div>
111-
<p>
112-
A bathroom can go damp after a shower while the rest of the house feels
113-
fine. Air quality can dip, a humidifier can pause, or a safety gate can
114-
ask HI to stand back. Instead of leaving you to compare everything by
115-
hand, Humidity Intelligence brings the signals together and explains the
116-
next sensible action inside Home Assistant.
117-
</p>
118137
</div>
119138
</section>
120139

0 commit comments

Comments
 (0)