mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add config flow to Scrape (#24921)
This commit is contained in:
parent
f360c404eb
commit
0a2799cad9
@ -5,6 +5,7 @@ ha_category:
|
|||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 0.31
|
ha_release: 0.31
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@fabaff'
|
- '@fabaff'
|
||||||
- '@gjohansson-ST'
|
- '@gjohansson-ST'
|
||||||
@ -23,6 +24,10 @@ If you are not using Home Assistant Container or Home Assistant Operating System
|
|||||||
sudo apt install libxml2
|
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:
|
To enable this sensor, add the following lines to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user