1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-31 11:17:12 +00:00

7 Commits

Author SHA1 Message Date
Jan-Philipp Benecke
b49505b390
Add reauth flow to co2signal () 2023-11-26 20:45:45 +01:00
Jan-Philipp Benecke
724352d55c
Use AsyncMock and fixtures in co2signal tests () 2023-11-24 18:56:58 +01:00
Jan-Philipp Benecke
685537e475
Exchange co2signal package with aioelectricitymaps () 2023-11-13 13:48:33 -06:00
Joost Lekkerkerker
65c8da3bf1
Correct JSONDecodeError in co2signal () 2023-10-01 18:28:53 +02:00
Jan-Philipp Benecke
b9a3863645
Handle json decode exception in co2signal ()
* Handle json decode exception in co2signal

* Update homeassistant/components/co2signal/coordinator.py

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

* Fix import

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-25 21:21:01 +02:00
Jan-Philipp Benecke
2b8690d8bc
Remove platform const in co2signal coordinator () 2023-09-19 12:44:09 +02:00
Jan-Philipp Benecke
dc2afb71ae
Move co2signal coordinator to its own file ()
* Move co2signal coordinator to its own file

* Fix import
2023-09-18 11:56:28 +02:00