Contrôle de la lumière du salon avec un SonOff Basic et Home Assistant
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
716 B

3 years ago
3 years ago
3 years ago
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; http://docs.platformio.org/page/projectconf.html
  10. [env:sonoff]
  11. platform=espressif8266
  12. ; source: http://www.instructables.com/id/Use-Homie-Firmware-to-Drive-Sonoff-Switch-Module-E/
  13. ; https://github.com/arendst/Sonoff-MQTT-OTA-Arduino/issues/231
  14. board=esp01_1m
  15. framework=arduino
  16. upload_port=<IP>
  17. upload_flags=--auth="<PASS>"
  18. [platformio]
  19. src_dir=arduino/sonoffliving
  20. lib_dir=~/Arduino/libraries