core/tests/components/zha
puddly 8760a82dfa
Bump ZHA to 0.0.57 (#143963)
* Use new (internal) cluster handler IDs in unit tests

* Always add a profile_id to created endpoints

* Use new library decimal formatting

* Implement the ENUM device class for sensors

* Use the suggested display precision hint

* Revert "Implement the ENUM device class for sensors"

This reverts commit d11ab268121b7ffe67c81e45fdc46004fb57a22a.

* Bump ZHA to 0.0.57

* Add strings for v2 quirk entities

* Use ZHA library diagnostics

* Update snapshot

* Revert ZHA change that reports a cover state of `open` if either lift or tilt axes are `open`

This is an interim change to address issues with some cover 'relay' type devices which falsely report support for both lift and tilt. In reality these only support one axes or the other, with users using yaml overrides to restrict functionality in HA.

Devices that genuinely support both movement axes will behave the same as they did prior to https://github.com/zigpy/zha/pull/376
https://github.com/home-assistant/core/pull/141447

A subsequent PR will be made to allow users to override the covering type in a way that allows the entity handler to be aware of the configuration, calculating the state accordingly.

* Spelling mistake

---------

Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
Co-authored-by: Jack <46714706+jeverley@users.noreply.github.com>
2025-04-30 19:43:38 +02:00
..
snapshots Bump ZHA to 0.0.57 (#143963) 2025-04-30 19:43:38 +02:00
__init__.py Add config entry for ZHA (#18352) 2018-11-27 21:21:25 +01:00
common.py
conftest.py Bump ZHA to 0.0.57 (#143963) 2025-04-30 19:43:38 +02:00
data.py Bump ZHA to 0.0.34 (#126766) 2024-09-25 18:44:51 +02:00
test_alarm_control_panel.py
test_api.py
test_backup.py
test_binary_sensor.py
test_button.py Add alias to DOMAIN import in tests [n-z] (#125581) 2024-09-09 15:14:05 +02:00
test_climate.py
test_config_flow.py Do not rely on pyserial for port scanning with the CM5 + ZHA (#137585) 2025-02-07 16:33:40 +01:00
test_cover.py Bump ZHA to 0.0.57 (#143963) 2025-04-30 19:43:38 +02:00
test_device_action.py Bump ZHA to 0.0.57 (#143963) 2025-04-30 19:43:38 +02:00
test_device_tracker.py Standardize homeassistant imports in component tests (m-z) (#136807) 2025-01-29 08:57:57 +01:00
test_device_trigger.py Bump ZHA to 0.0.57 (#143963) 2025-04-30 19:43:38 +02:00
test_diagnostics.py Fix zha tests for Python 3.13 (#129241) 2024-10-27 00:18:21 +02:00
test_entity.py
test_fan.py ZHA as an external library (#120190) 2024-07-08 20:18:30 +02:00
test_helpers.py Standardize homeassistant imports in component tests (m-z) (#136807) 2025-01-29 08:57:57 +01:00
test_homeassistant_hardware.py Keep track of addons and integrations when determining HA radio firmware type (#134598) 2025-02-06 14:46:07 -05:00
test_init.py
test_light.py Prevent entity creation errors from causing all entities for a platform from loading in ZHA (#121631) 2024-07-10 08:31:24 +02:00
test_lock.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
test_logbook.py ZHA as an external library (#120190) 2024-07-08 20:18:30 +02:00
test_number.py ZHA as an external library (#120190) 2024-07-08 20:18:30 +02:00
test_radio_manager.py Move UsbServiceInfo to service_info helpers (#135663) 2025-01-15 15:10:25 +01:00
test_repairs.py Fix skyconnect tests (#142262) 2025-04-04 12:32:14 +02:00
test_select.py Fix ZHA select platform state restoration (#121646) 2024-07-10 10:55:27 -04:00
test_sensor.py Bump ZHA to 0.0.57 (#143963) 2025-04-30 19:43:38 +02:00
test_silabs_multiprotocol.py ZHA as an external library (#120190) 2024-07-08 20:18:30 +02:00
test_siren.py Standardize homeassistant imports in component tests (m-z) (#136807) 2025-01-29 08:57:57 +01:00
test_switch.py ZHA as an external library (#120190) 2024-07-08 20:18:30 +02:00
test_update.py Add informative header to ZHA update entity release notes (#130099) 2024-11-21 10:17:44 +01:00
test_websocket_api.py