Auto-regenerate files
This commit is contained in:
29
action.yml
generated
29
action.yml
generated
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user