-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/tasmota #1581
feature/tasmota #1581
Conversation
jneilliii
commented
Mar 20, 2021
•
edited
Loading
edited
- add Tasmota plugin power options
- add TasmotaMQTT plugin power options
* add tasmota plugin power options
add Tasmota MQTT plugin support
@UnchartedBull I'm not sure the best way to handle the initial setup wizard for the config, but during my testing the last Tasmota MQTT option for installed plugins appears to be out of view and it wasn't automatically scrollable (at least in windows dev testing). |
update install script for power plugins
I'll have a look at this after v3 beta is released, should be included in the final v3 release! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solid PR. Thank you! Would be great if you could replace idx
and relayN
with more descriptive variable names (plus the functions in the configService). If that is done this is ready to be merged. I'll fix the initial setup before the final release then.
requested changes completed |
Thanks! |
* feature/tasmota (UnchartedBull#6) * add tasmota plugin power options * add Tasmota MQTT plugin support * update install script for power plugins * Bump lottie-web from 5.7.6 to 5.7.7 (UnchartedBull#1587) * Update scripts urls in docs files (UnchartedBull#1585) * Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 (UnchartedBull#1589) * Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 (UnchartedBull#1590) * Fix a few small bugs (UnchartedBull#1588) * fix websocket and config upgrade bug (UnchartedBull#1594) * cache animations (UnchartedBull#1595) * fix formatting * update idx to index and relayN to relayNumber Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Jc Miñarro <josecarlos.minarro@gmail.com> Co-authored-by: Timon G <timon.gaebelein@icloud.com>