1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-06 06:59:15 +00:00

17 Commits

Author SHA1 Message Date
epenet
ba23816a0c
Inverse json import logic ()
* Fix helpers and util

* Adjust components

* Move back errors

* Add report

* mypy

* mypy

* Assert deprecation messages

* Move test_json_loads_object

* Adjust tests

* Fix rebase

* Adjust pylint plugin

* Fix plugin

* Adjust references

* Adjust backup tests
2023-02-16 11:37:57 +01:00
Franck Nijhof
3b5fd4bd06
Enable Ruff TRY004 () 2023-01-30 14:06:52 +01:00
Franck Nijhof
79b52a2b41
Stricter pylint message control () 2023-01-20 13:47:55 +01:00
J. Nick Koston
2f78faa718
Make aiohttp mockers aware of the json loads kwarg () 2022-06-24 08:44:35 +02:00
Michael
2f0059fa8b
Revert fix MultiDict typing with multidict-6.0.0 () ()
* revert 

* pin down multidict to < 6.0.0
2022-01-23 23:22:16 +01:00
J. Nick Koston
5d753abd79
Fix MultiDict typing with multidict-6.0.0 () 2022-01-22 20:49:48 -08:00
Paulus Schoutsen
1ea3a17d89
Allow sending webhooks via WS connection () 2022-01-07 10:41:36 -08:00
Ville Skyttä
b0e1bab58b
Use http.HTTPStatus in util.aiohttp () 2021-10-26 13:13:27 +02:00
Marc Mueller
fabd73f08b
Update typing 03 () 2021-03-17 21:46:07 +01:00
Franck Nijhof
9b7c39d20b
Postponed evaluation of annotations in core ()
* Postponed evaluation of annotations in core

* Remove unneeded future
2021-02-12 10:58:20 +01:00
Paulus Schoutsen
3ee3ae7633
Fix cloudhooks coming in for non existing webhooks ()
* Fix cloudhooks coming in for non existing webhooks

* Fix tests"
2020-06-15 16:30:40 -07:00
springstan
8d61893c39
Use HTTP_OK constant ()
* Use http ok constant

* Remove incorrect use

* Run isort

* Fix pylint by adding missing imports

* Fix pylint by fixing one import
2020-04-08 11:47:38 -05:00
Bas Nijholt
67c56c860d Sort imports according to PEP8 for 'homeassistant' folder ()
Components are already done
2019-12-09 16:42:10 +01:00
Franck Nijhof
2f0eb07624 Migrate legacy typehints in core to PEP-526 ()
* Migrate legacy typehints in core to PEP-526

* Fix one type
2019-09-03 20:36:04 -07:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Pascal Vizeli
29b64d56be Fix cloud webhook body ()
* Bugfix cloud webhooks text response

* address comments

* Fix lint
2019-02-04 10:58:38 -08:00
Paulus Schoutsen
7848381f43
Allow managing cloud webhook ()
* Add cloud webhook support

* Simplify payload

* Add cloud http api tests

* Fix tests

* Lint

* Handle cloud webhooks

* Fix things

* Fix name

* Rename it to cloudhook

* Final rename

* Final final rename?

* Fix docstring

* More tests

* Lint

* Add types

* Fix things
2018-11-26 14:10:18 +01:00