From 0b900ede020380920043b69ab142485d361de29a Mon Sep 17 00:00:00 2001 From: 7Ds7 <7Ds7@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:34:23 +0000 Subject: [PATCH] Add tasmota (#434) --- software/tasmota.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/tasmota.yml diff --git a/software/tasmota.yml b/software/tasmota.yml new file mode 100644 index 0000000000..0178452862 --- /dev/null +++ b/software/tasmota.yml @@ -0,0 +1,11 @@ +name: "Tasmota" +website_url: "https://tasmota.com" +source_code_url: "https://github.com/arendst/Tasmota" +description: "Open source firmware for ESP devices. Total local control with quick setup and updates. Control using MQTT, Web UI, HTTP or serial. Automate using timers, rules or scripts. Integration with home automation solutions." +licenses: + - GPL-3.0 +platforms: + - C + - C++ +tags: + - Internet of Things (IoT)