mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add config flow to Scrape (#24921)
This commit is contained in:
parent
f360c404eb
commit
0a2799cad9
@ -5,6 +5,7 @@ ha_category:
|
||||
- Sensor
|
||||
ha_release: 0.31
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@fabaff'
|
||||
- '@gjohansson-ST'
|
||||
@ -23,6 +24,10 @@ If you are not using Home Assistant Container or Home Assistant Operating System
|
||||
sudo apt install libxml2
|
||||
```
|
||||
|
||||
Both UI and YAML setup is supported while YAML provides additional configuration possibilities.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
To enable this sensor, add the following lines to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user