Skip to content

Commit

Permalink
Fix Unit
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSchirmer committed Aug 6, 2024
1 parent 1ee5a7a commit 93db9f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: apollo-temp-1
version: "24.8.6.2"
version: "24.8.6.3"
device_description: ${name} made by Apollo Automation - version ${version}.

esp32:
Expand Down Expand Up @@ -100,7 +100,7 @@ number:
min_value: -70.0
max_value: 120.0
entity_category: "CONFIG"
unit_of_measurement: "%"
unit_of_measurement: "°C"
optimistic: true
update_interval: never
step: 0.1
Expand All @@ -114,7 +114,7 @@ number:
min_value: -70.0
max_value: 120.0
entity_category: "CONFIG"
unit_of_measurement: "%"
unit_of_measurement: "°C"
optimistic: true
update_interval: never
step: 0.1
Expand Down
1 change: 1 addition & 0 deletions Integrations/ESPHome/TEMP-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ esp32_improv:

ota:
- platform: esphome
id: ota_esphome
- platform: http_request
id: ota_managed

Expand Down

0 comments on commit 93db9f4

Please sign in to comment.