hass-core/homeassistant/components/rest
Olivier Ouellet 1c465b5ad0
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
2023-03-28 12:42:31 +02:00
..
__init__.py Add encoding configuration setting to REST and Scape (#90254) 2023-03-28 12:42:31 +02:00
binary_sensor.py Add rest to strict-typing (#86149) 2023-02-07 15:48:16 +01:00
const.py Add encoding configuration setting to REST and Scape (#90254) 2023-03-28 12:42:31 +02:00
data.py Add encoding configuration setting to REST and Scape (#90254) 2023-03-28 12:42:31 +02:00
entity.py
manifest.json Sort manifests 8 (#87029) 2023-02-08 20:13:46 +01:00
notify.py Add rest to strict-typing (#86149) 2023-02-07 15:48:16 +01:00
schema.py Add encoding configuration setting to REST and Scape (#90254) 2023-03-28 12:42:31 +02:00
sensor.py Inverse json import logic (#88099) 2023-02-16 11:37:57 +01:00
services.yaml
switch.py