Optionally show internal components on the web server (#2627)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
This commit is contained in:
mechanarchy
2021-11-30 02:52:20 +11:00
committed by GitHub
parent adf48246a9
commit 6f07421911
7 changed files with 67 additions and 78 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace esphome {
class Controller {
public:
void setup_controller();
void setup_controller(bool include_internal = false);
#ifdef USE_BINARY_SENSOR
virtual void on_binary_sensor_update(binary_sensor::BinarySensor *obj, bool state){};
#endif