-
- Downloads
Add encoding configuration setting to REST and Scape (#90254)
* Create new config parameter for default character encoding if no character encoding is declared * Changes suggested by gjohansson-ST * Added config flow for scape * Removed "character" * Change to create_async_httpx_client * Remove CONF_ENCODING from Scrape SENSOR_SCHEMA * Debug scrape test
Showing
- homeassistant/components/rest/__init__.py 20 additions, 3 deletionshomeassistant/components/rest/__init__.py
- homeassistant/components/rest/const.py 2 additions, 0 deletionshomeassistant/components/rest/const.py
- homeassistant/components/rest/data.py 5 additions, 3 deletionshomeassistant/components/rest/data.py
- homeassistant/components/rest/schema.py 3 additions, 0 deletionshomeassistant/components/rest/schema.py
- homeassistant/components/scrape/config_flow.py 10 additions, 1 deletionhomeassistant/components/scrape/config_flow.py
- homeassistant/components/scrape/const.py 2 additions, 0 deletionshomeassistant/components/scrape/const.py
- homeassistant/components/scrape/strings.json 8 additions, 4 deletionshomeassistant/components/scrape/strings.json
- tests/components/scrape/conftest.py 8 additions, 1 deletiontests/components/scrape/conftest.py
- tests/components/scrape/test_config_flow.py 9 additions, 0 deletionstests/components/scrape/test_config_flow.py
Please register or sign in to comment