Commit graph

15 commits

Author SHA1 Message Date
Allen Porter
12129e9d21
Update service call return values and error handling ()
* Update return signature of service calls

* Add timeout error handling in websocket api for service calls

* Update recorder tests to remove assertion on service call

* Remove timeout behavior and update callers that depend on it today

* Fix tests

* Add missing else

* await coro directly

* Fix more tests

* Update the intent task to use wait instead of timeout

* Remove script service call limits and limit constants

* Update tests that depend on service call limits

* Use wait instead of wait_for and add test

* Update homeassistant/helpers/intent.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-06-16 07:01:40 -07:00
Joakim Sørensen
4f29e1e180
Add stats sensors for core and supervisor ()
* Add stats sensors for core and supervisor

* Update homeassistant/components/hassio/__init__.py
2023-03-09 19:06:35 +01:00
Franck Nijhof
ed79265843
Enable Ruff PT006 ()
* Enable Ruff PT006

* Adjust existing cases

* Fix tests

* Remove unneeded parentheses
2023-02-15 14:09:50 +01:00
epenet
89e4ee5320
Add type hints to integration tests (part 8) () 2023-02-13 11:13:48 +01:00
epenet
37a2040d7b
Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
Erik Montnemery
f17a829bd8
Only wait for import flows to initialize at setup ()
* Only wait for import flows to initialize at setup

* Update hassio tests

* Update hassio tests

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-01-18 10:44:18 +01:00
Mike Degatano
82151bfd40
Create repairs for unsupported and unhealthy () 2022-10-31 09:57:54 -04:00
Mike Degatano
416c10a793
Supervisor update entity auto update from api ()
* Supervisor update entity auto update from api

* Update api mocks in tests
2022-10-05 08:27:56 +02:00
Joakim Sørensen
3a0111e65d
Use supervisor envs instead of hassio () 2022-05-30 12:00:13 +02:00
Joakim Sørensen
2ebbdf45f8
Handle add-on issues () 2022-04-12 11:00:55 +02:00
Joakim Sørensen
a5dc95e715
Fix adding OS entities for supervised installations () 2022-04-07 13:34:20 +02:00
Joakim Sørensen
cfdfa3eab2
Make hassio coordinator refresh data () 2022-04-04 17:34:06 +02:00
Joakim Sørensen
78e4d7e1ca
Add auto_update property to supervisor and addon update entities () 2022-04-01 08:31:39 -07:00
Joakim Sørensen
618b16a32b
Add full release notes to add-on update entities () 2022-03-30 09:52:29 +02:00
Joakim Sørensen
d17f8e9ed6
Add update platform to the Supervisor integration () 2022-03-22 12:21:12 +01:00