File tree Expand file tree Collapse file tree 8 files changed +661
-20
lines changed
Expand file tree Collapse file tree 8 files changed +661
-20
lines changed Original file line number Diff line number Diff line change 55substitutions :
66 name : " ag-basic"
77 friendly_name : " AG Basic"
8- config_version : 2.0.0
8+ config_version : 2.0.1
99 name_add_mac_suffix : " false" # Must have quotes around value
1010
1111# Enable Home Assistant API
Original file line number Diff line number Diff line change 44substitutions :
55 name : " ag-one"
66 friendly_name : " AG One"
7- config_version : 2.0.0
7+ config_version : 2.0.1
88 name_add_mac_suffix : " false" # Must have quotes around value
99
1010# Enable Home Assistant API
Original file line number Diff line number Diff line change 44substitutions :
55 name : " ag-pro"
66 friendly_name : " AG Pro"
7- config_version : 2.0.0
7+ config_version : 2.0.1
88 name_add_mac_suffix : " false" # Must have quotes around value
99
1010# Enable Home Assistant API
Original file line number Diff line number Diff line change 11substitutions :
22 name : ag-basic
33 friendly_name : AG Basic
4- config_version : 2.0.0
4+ config_version : 2.0.1
55 name_add_mac_suffix : ' false'
66esphome :
77 name : ag-basic
@@ -559,4 +559,3 @@ wifi:
559559dashboard_import :
560560 package_import_url : github://MallocArray/airgradient_esphome/airgradient-basic.yaml
561561 import_full_config : false
562-
Original file line number Diff line number Diff line change 11substitutions :
22 name : ag-one
33 friendly_name : AG One
4- config_version : 2.0.0
4+ config_version : 2.0.1
55 name_add_mac_suffix : ' false'
66esphome :
77 name : ag-one
@@ -49,7 +49,7 @@ logger:
4949 component : ERROR
5050 tx_buffer_size : 512
5151 deassert_rts_dtr : false
52- hardware_uart : UART0
52+ hardware_uart : USB_CDC
5353 level : DEBUG
5454captive_portal : {}
5555uart :
@@ -1423,8 +1423,8 @@ binary_sensor:
14231423 - logger.log :
14241424 format : Toggling display betwen C and F
14251425 level : DEBUG
1426- tag : main
14271426 args : []
1427+ tag : main
14281428 - switch.toggle :
14291429 id : display_in_f
14301430 invalid_cooldown : 1s
@@ -1438,8 +1438,8 @@ binary_sensor:
14381438 - logger.log :
14391439 format : Starting manual CO2 calibration
14401440 level : DEBUG
1441- tag : main
14421441 args : []
1442+ tag : main
14431443 - senseair.background_calibration :
14441444 id : senseair_s8
14451445 - delay : 70s
@@ -1469,4 +1469,3 @@ wifi:
14691469dashboard_import :
14701470 package_import_url : github://MallocArray/airgradient_esphome/airgradient-one.yaml
14711471 import_full_config : false
1472-
You can’t perform that action at this time.
0 commit comments