Skip to content

Commit

Permalink
V1.6.5 (#4)
Browse files Browse the repository at this point in the history
### Fixed compatibility with new versions of EspHome
[commit](4540613)

### Current accuracy_decimals set to 2
[commit](6c06327)

### Deep sleep mode update
[commit](a86f242)

- Remote button for enter deep sleep
- Card updated. Added remote button, fixed icons
- HW button fixes
  • Loading branch information
odya authored Jul 13, 2024
2 parents 1a2350d + b1cdf60 commit b40ef7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ esphome:
- "${device_name}/helpers"
project:
name: "odya.esphome-smart-battery"
version: 1.6.4
version: 1.6.5

packages:
bms: !include {
Expand Down
1 change: 1 addition & 0 deletions src/modules/bms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ sensor:
current:
name: "Current"
id: current
accuracy_decimals: 2
filters: &numfilters
- timeout: 60s
power:
Expand Down
1 change: 1 addition & 0 deletions src/modules/deep_sleep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ deep_sleep:
number: ${button1_pin}
inverted: true
mode: INPUT_PULLUP
allow_other_uses: true
wakeup_pin_mode: INVERT_WAKEUP

script:
Expand Down
1 change: 1 addition & 0 deletions src/modules/display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ binary_sensor:
number: ${button1_pin}
inverted: true
mode: INPUT_PULLUP
allow_other_uses: true
entity_category: diagnostic
filters:
- delayed_on_off: 200ms
Expand Down

0 comments on commit b40ef7a

Please sign in to comment.