mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-12 12:31:14 +00:00
Adjust IoT class in integration aside (#17601)
This commit is contained in:
@@ -6,7 +6,6 @@ ha_category:
|
||||
ha_release: 0.47
|
||||
ha_quality_scale: internal
|
||||
ha_domain: python_script
|
||||
ha_iot_class:
|
||||
---
|
||||
|
||||
This integration allows you to write Python scripts that are exposed as services in Home Assistant. Each Python file created in the `<config>/python_scripts/` folder will be exposed as a service. The content is not cached so you can easily develop: edit file, save changes, call service. The scripts are run in a sandboxed environment. The following variables are available in the sandbox:
|
||||
|
||||
Reference in New Issue
Block a user