Further splitting into the correct parts
This commit is contained in:
parent
e68507ccac
commit
58696d94b1
4 changed files with 33 additions and 27 deletions
|
|
@ -1,6 +1,14 @@
|
|||
esp8266:
|
||||
board: esp01_1m
|
||||
|
||||
api:
|
||||
on_client_connected:
|
||||
then:
|
||||
- light.turn_on: blue_led_light
|
||||
on_client_disconnected:
|
||||
then:
|
||||
- light.turn_off: blue_led_light
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
pin:
|
||||
|
|
@ -24,6 +32,7 @@ light:
|
|||
- platform: monochromatic
|
||||
name: "${friendly_devicename} WiFi LED"
|
||||
output: blue_led
|
||||
internal: True
|
||||
id: blue_led_light
|
||||
- platform: binary
|
||||
name: "${friendly_devicename} Licht"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue