hass-core/tests/components/nest
Allen Porter 5f5f6cc3d5
Fix KeyError in nest integration when the old key format does not exist (#130057)
* Fix bug in nest setup when the old key format does not exist

* Further simplify the entry.data check

* Update homeassistant/components/nest/api.py

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

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-11-08 18:55:42 +01:00
..
snapshots
__init__.py
common.py Fix KeyError in nest integration when the old key format does not exist (#130057) 2024-11-08 18:55:42 +01:00
conftest.py
test_api.py
test_camera.py Fix nest streams broken due to CameraCapabilities change (#129711) 2024-11-04 09:31:39 +01:00
test_climate.py
test_config_flow.py Update Nest configuration flow to handle upcoming changes to Pub/Sub provisioning (#128909) 2024-10-29 12:58:36 +01:00
test_device_info.py
test_device_trigger.py
test_diagnostics.py
test_event.py Fix nest event entities to only register a single event per session (#124535) 2024-08-24 22:17:59 +02:00
test_events.py Update nest to only include the image attachment payload for cameras that support fetching media (#124590) 2024-08-31 11:38:45 -07:00
test_init.py Fix KeyError in nest integration when the old key format does not exist (#130057) 2024-11-08 18:55:42 +01:00
test_media_source.py Fix nest streams broken due to CameraCapabilities change (#129711) 2024-11-04 09:31:39 +01:00
test_sensor.py