New platform ethernet_info from component text_sensor (#3811)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Jadson Santos
2022-10-18 21:44:48 -03:00
committed by GitHub
parent 4ac72d7d08
commit 41b5cb06d3
8 changed files with 92 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ extern const float PROCESSOR;
extern const float BLUETOOTH;
extern const float AFTER_BLUETOOTH;
extern const float WIFI;
extern const float ETHERNET;
/// For components that should be initialized after WiFi and before API is connected.
extern const float BEFORE_CONNECTION;
/// For components that should be initialized after WiFi is connected.