1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-18 01:33:51 +01:00

Merge branch 'dev' into ttp229-bsf

This commit is contained in:
Otto Winter
2019-05-13 13:01:08 +02:00
106 changed files with 1606 additions and 612 deletions

View File

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

View File

@@ -15,6 +15,14 @@ esphome:
then:
- lambda: >-
ESP_LOGV("main", "ON LOOP!");
- light.addressable_set:
id: addr1
range_from: 1
range_to: 100
red: 100%
green: !lambda 'return 255;'
blue: 0%
white: 100%
build_path: build/test1
wifi: