core/homeassistant/components/cloud
Tobias Sauerwein 81ad56b8ad
Add events on cloud connect and disconnect (#65215)
* Add events on cloud connect and disconnect

Signed-off-by: cgtobi <cgtobi@gmail.com>

* Use event capture helper

Signed-off-by: cgtobi <cgtobi@gmail.com>

* Provide listener method instead of public event

Signed-off-by: cgtobi <cgtobi@gmail.com>

* Add test for disconnect notification

Signed-off-by: cgtobi <cgtobi@gmail.com>

* Apply suggestions from code review

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

* Use Enum

Signed-off-by: cgtobi <cgtobi@gmail.com>

* Add module level api

Signed-off-by: cgtobi <cgtobi@gmail.com>

* Apply suggestions from code review

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

* Clean up dead code

Signed-off-by: cgtobi <cgtobi@gmail.com>

* Flake8

Signed-off-by: cgtobi <cgtobi@gmail.com>

* Clean up

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-02 18:11:06 +01:00
..
translations [ci skip] Translation update 2022-01-31 00:14:28 +00:00
__init__.py Add events on cloud connect and disconnect (#65215) 2022-02-02 18:11:06 +01:00
account_link.py
alexa_config.py Unset Alexa authorized flag in additional case (#65044) 2022-01-27 09:59:58 -08:00
binary_sensor.py Add binary_sensor setup type hints [a-f] (#63268) 2022-01-03 13:10:41 +01:00
client.py Prevent race when loading cloud config (#64901) 2022-01-26 10:59:36 +01:00
const.py Store remote domain in Cloud preferences (#64532) 2022-01-21 09:42:34 -08:00
google_config.py Drop use of deprecated ENTITY_CATEGORIES (#64607) 2022-01-24 13:36:42 +01:00
http_api.py Expose if HTTP is configured for SSL (#64940) 2022-01-26 09:34:48 +01:00
manifest.json Add loggers to integration manifest.json (#65083) 2022-01-28 13:37:53 -08:00
prefs.py Store remote domain in Cloud preferences (#64532) 2022-01-21 09:42:34 -08:00
services.yaml
strings.json
stt.py
system_health.py
tts.py