1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Auto-Generate esphome.h (#538)

This commit is contained in:
Otto Winter
2019-05-10 22:13:26 +02:00
committed by GitHub
parent 953d7f6193
commit 7bab279c6a
3 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
#include "esphome.h"
class CustomSensor : public Component, public Sensor {
public: