Skip to content
Closed
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
7 changes: 7 additions & 0 deletions airgradient-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ packages:
airgradient_api: github://MallocArray/airgradient_esphome/packages/airgradient_api_d1_mini_no_sgp41.yaml
wifi: github://MallocArray/airgradient_esphome/packages/sensor_wifi.yaml
uptime: github://MallocArray/airgradient_esphome/packages/sensor_uptime.yaml

# Uncomment this block to default to displaying in Celsius
#switch:
#- platform: template
# id: !extend display_in_f
# restore_mode: RESTORE_DEFAULT_OFF
# optimistic: True
7 changes: 7 additions & 0 deletions airgradient-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ binary_sensor:
- id: !extend config_button
pin:
ignore_strapping_warning: true # Acknowledging that this is a strapping pin and should not have external pullup/down resistors https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins

# Uncomment this block to default to displaying in Celsius
#switch:
#- platform: template
# id: !extend display_in_f
# restore_mode: RESTORE_DEFAULT_OFF
# optimistic: True
7 changes: 7 additions & 0 deletions airgradient-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ binary_sensor:
- id: !extend config_button
pin:
number: D7

# Uncomment this block to default to displaying in Celsius
#switch:
#- platform: template
# id: !extend display_in_f
# restore_mode: RESTORE_DEFAULT_OFF
# optimistic: True