Initial commit: Shelly Manager with Textual CLI, Streamlit UI, and comprehensive .gitignore
Shelly device management app with mDNS/subnet discovery, inventory, configuration, and mass operations for Gen1/Gen2+ devices. Includes .gitignore excluding runtime data (device DB, user config), AI conversation history, build artifacts, and common Python/OS patterns.
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
definition_version: 2
|
||||
entities:
|
||||
DASHBOARD_COMPUTE_SNOWFLAKE:
|
||||
type: streamlit
|
||||
identifier:
|
||||
name: DASHBOARD_COMPUTE_SNOWFLAKE
|
||||
database: <FROM_CONNECTION> # Use: snow connection list
|
||||
schema: <FROM_CONNECTION>
|
||||
query_warehouse: <FROM_CONNECTION>
|
||||
runtime_name: SYSTEM$ST_CONTAINER_RUNTIME_PY3_11
|
||||
# List available: SHOW EXTERNAL ACCESS INTEGRATIONS;
|
||||
# Common: PYPI_ACCESS_INTEGRATION (verify exists)
|
||||
external_access_integrations:
|
||||
- <YOUR_PYPI_INTEGRATION>
|
||||
main_file: streamlit_app.py
|
||||
artifacts:
|
||||
- streamlit_app.py
|
||||
- pyproject.toml
|
||||
Reference in New Issue
Block a user