Skip to content

Commit

Permalink
Merge pull request #22 from ApolloAutomation/beta
Browse files Browse the repository at this point in the history
NTC Resistance Update
  • Loading branch information
TrevorSchirmer authored Feb 24, 2025
2 parents 110d83e + 0c0b426 commit 20df511
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- Integrations/ESPHome/TEMP-1_Beta.yaml
- Integrations/ESPHome/TEMP-1_Minimal.yaml
- Integrations/ESPHome/TEMP-1B_Minimal.yaml
- Integrations/ESPHome/TEMP-1_Beta.yaml

- Integrations/ESPHome/TEMP-1_R2.yaml
- Integrations/ESPHome/TEMP-1B_R2.yaml
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "25.2.19.1"
version: "25.2.22.1"

esp32:
board: esp32-c3-devkitm-1
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/NewResistance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sensor:
sensor: source_sensor
configuration: UPSTREAM
reference_voltage: 3.3V
resistor: 4.7kOhm
resistor: 3.3kOhm
name: Resistance Sensor
internal: true
accuracy_decimals: 4
2 changes: 1 addition & 1 deletion Integrations/ESPHome/TEMP-1_Beta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: apollo-temp-1_beta
version: "25.1.23.1"
version: "25.2.23.1"
device_description: ${name} made by Apollo Automation - version ${version}.

esphome:
Expand Down

0 comments on commit 20df511

Please sign in to comment.