mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00: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:
@@ -2359,6 +2359,8 @@ text_sensor:
|
||||
name: Template Text Sensor
|
||||
id: ${textname}_text
|
||||
- platform: wifi_info
|
||||
scan_results:
|
||||
name: 'Scan Results'
|
||||
ip_address:
|
||||
name: 'IP Address'
|
||||
ssid:
|
||||
|
||||
Reference in New Issue
Block a user