Skip to content

Commit

Permalink
Merge pull request #25 from ApolloAutomation/beta
Browse files Browse the repository at this point in the history
Fix AHT20 Sensor Null Reporting And ESPIDF Build Error
  • Loading branch information
TrevorSchirmer authored Feb 20, 2025
2 parents 9cbec7f + 28fa56d commit 005b4b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Integrations/ESPHome/Battery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ switch:
name: "Accessory Power"
id: accessory_power
restore_mode: ALWAYS_ON
setup_priority: 1100
setup_priority: 5000
entity_category: CONFIG
number:

Expand Down
4 changes: 2 additions & 2 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "24.12.21.1"
version: "25.2.19.1"

esp32:
board: esp32-c3-devkitm-1
Expand Down Expand Up @@ -234,6 +234,7 @@ sensor:
filters:
- lambda: return x - id(aht_humidity_offset).state;
update_interval: 60s
setup_priority: -100 # LATE

- platform: adc
pin: GPIO4
Expand Down Expand Up @@ -282,7 +283,6 @@ light:
id: rgb_light
name: "RGB Light"
pin: GPIO3
rmt_channel: 0
default_transition_length: 0s
chipset: WS2812
num_leds: 1
Expand Down

0 comments on commit 005b4b5

Please sign in to comment.