Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-03-21 17:17:29 +00:00
parent ed5dc9a53c
commit 08d43c2dbd
4 changed files with 52 additions and 2 deletions

29
action.yml generated
View File

@@ -893,6 +893,35 @@ inputs:
description: Maximum number of entries to display per graph
default: 5
# ====================================================================================
# 💹 Stock prices
# Enable or disable plugin
plugin_stock:
description: Display stock prices of a given company
default: no
# RapidAPI Yahoo finance token
# Case insensitive
plugin_stock_token:
description: Yahoo Finance token
default: ""
# Company stock symbol (required)
plugin_stock_symbol:
description: Company stock symbol
default: ""
# Time range to display (relative to current date)
plugin_stock_duration:
description: Time range to display
default: 1d
# Time invervals between each records over the given time range
plugin_stock_interval:
description: Time intervals between records
default: 5m
# ====================================================================================
# 💉 Nightscout