core/homeassistant/components/tedee
Josef Zweck 00c2ba69f7
Add webhook support to tedee integration (#106846)
* start work on webhooks

* start work on webhooks

* use background task

* websocket improvement

* add test

* add webhook id to mock_config_entry

* some changes

* add webhook to manifest

* fix test

* reset poll timer on webhook update

* reset poll timer on webhook update

* code cleanup

* generate webhook id in config flow

* fix merge

* undo var rename

* remove

* ruff

* ruff

* only delete specific webhook

* clarify warning

* version bump

* minor improvements

* requested changes

* unregister function

* move more of unregistration logic

* test pushed data

* add comment

* Update config_flow.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* ruff

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-01-26 10:48:16 +01:00
..
__init__.py Add webhook support to tedee integration (#106846) 2024-01-26 10:48:16 +01:00
binary_sensor.py
config_flow.py Add webhook support to tedee integration (#106846) 2024-01-26 10:48:16 +01:00
const.py
coordinator.py Add webhook support to tedee integration (#106846) 2024-01-26 10:48:16 +01:00
diagnostics.py
entity.py
lock.py
manifest.json Add webhook support to tedee integration (#106846) 2024-01-26 10:48:16 +01:00
sensor.py
strings.json