mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 20:02:22 +01:00
Wifi scan results (#1605)
* adding a scan results wifi text sensor * Code comment * Adding scan results to test * Removing redundant call * linting * Better method to update wifi info Co-authored-by: Otto Winter <otto@otto-winter.com> * Getting loop back At least for now. * Trying out suggestion again * Applying cr suggestions Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
@@ -558,6 +558,7 @@ CONF_SAFE_MODE = "safe_mode"
|
||||
CONF_SAMSUNG = "samsung"
|
||||
CONF_SATELLITES = "satellites"
|
||||
CONF_SCAN = "scan"
|
||||
CONF_SCAN_RESULTS = "scan_results"
|
||||
CONF_SCL = "scl"
|
||||
CONF_SCL_PIN = "scl_pin"
|
||||
CONF_SDA = "sda"
|
||||
|
Reference in New Issue
Block a user