1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Fix remote_receiver binary_sensor schema (#578)

Fixes https://github.com/esphome/issues/issues/353#issuecomment-497491863
This commit is contained in:
Otto Winter
2019-05-31 10:36:23 +02:00
committed by GitHub
parent 925b030718
commit e05688d639
3 changed files with 4 additions and 2 deletions

View File

@@ -105,6 +105,9 @@ mqtt:
- light.control:
id: living_room_lights
brightness: !lambda 'return id(living_room_lights).current_values.get_brightness() + 0.5;'
- light.dim_relative:
id: living_room_lights
relative_brightness: 5%
- uart.write:
id: uart0
data: Hello World