Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Integrations/ESPHome/AIR-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ esphome:
name: "ApolloAutomation.AIR-1"
version: "${version}"

min_version: 2025.11.0
min_version: 2026.7.2
Comment thread
coderabbitai[bot] marked this conversation as resolved.
on_boot:
- priority: 500
then:
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/AIR-1_BLE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ esphome:
name: "ApolloAutomation.AIR-1"
version: "${version}"

min_version: 2025.11.0
min_version: 2026.7.2
on_boot:
- priority: 500
then:
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/AIR-1_Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ esphome:
name: "ApolloAutomation.AIR-1"
version: "${version}"

min_version: 2025.11.0
min_version: 2026.7.2
on_boot:
- priority: 500
then:
Expand Down
6 changes: 5 additions & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: apollo-air-1
version: "26.7.14.1"
version: "26.7.23.1"
device_description: ${name} made by Apollo Automation - version ${version}.
# Default OTA password. Override in your device YAML by re-declaring
# `substitutions: { ota_password: !secret <name>_ota_password }` so each
Expand Down Expand Up @@ -369,6 +369,10 @@ sensor:
id: sen55_nox
acceleration_mode: low
store_baseline: true
# Some units misreport SEN54 on the product name register even though the
# NOx element is present; forcing the model keeps NOx enabled. Needs the
# model option from esphome 2026.7.2.
model: sen55
address: 0x69
update_interval: 10s

Expand Down