Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
* Small fixes for https://s0tool.nl
* Add safe mode #175
* Minimum ESPHome version 2024.6.x
  • Loading branch information
huizebruin committed Jun 20, 2024
1 parent 4933fad commit b0ffca0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion esphome/components/basis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ time:
id: time_homeassistant
on_time_sync:
- component.update: S0tool_uptime_timestamp
# https://esphome.io/components/safe_mode need for ESPHome v2024.6.x
safe_mode:

sensor:
#------------------------# sensoren #------------------------#
Expand Down Expand Up @@ -96,4 +98,3 @@ button:
name: "Safe Mode"
entity_category: diagnostic
disabled_by_default: True

2 changes: 1 addition & 1 deletion esphome/puls-water-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ esphome:
project:
name: "huizebruin.${name}"
version: "${vdate}"
min_version: 2024.2.0
min_version: 2024.6.0
esp8266:
board: d1_mini
restore_from_flash: true
Expand Down
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<div class="content">
<br>
S0tool & Made for ESPHome program <p>
<img src="./assets/s0tool-logo.jpg" alt="S0tool-logo" width="200" height="100"><br>
<img src="./assets/made-for-esphome-black-on-white.png" alt="ESPHome" width="200" height="100"><br>
<img src="./assets/s0tool-logo.jpg" alt="S0tool-logo" width="250" height="100"><br>
<img src="./assets/made-for-esphome-black-on-white.png" alt="ESPHome" width="300" height="100"><br>

S0tool is a versatile tool for monitoring water and energy consumption. It works seamlessly with ESPHome and offers
various features.
Expand Down

0 comments on commit b0ffca0

Please sign in to comment.