This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
automation: | |
- alias: 'Turn on Light' | |
trigger: | |
- platform: state | |
entity_id: | |
- entity_id_DA_LUZ_A_ESCUTA | |
to: 'on' | |
from: 'off' | |
action: | |
- service: homeassistant.turn_on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Nuno Azevedo @nunoazev - 2019 | |
https://nunoazev.com | |
*/ | |
//ESP | |
#include <ESP8266WiFi.h> | |
//MQTT | |
#include <PubSubClient.h> |