Files
core/tests/components
mvn23andGitHub 2f7a396778 Split opentherm_gw entities between different devices (#124869)
* * Add migration from single device to multiple devices, removing all old entities
* Create new devices for Boiler and Thermostat
* Add classes for new entities based on the new devices

* Split binary_sensor entities into devices

* Split sensor entities into different devices

* Move climate entity to thermostat device

* Fix climate entity away mode

* Fix translation placeholders

* Allow sensor values with capital letters

* * Add EntityCategory
* Update and add device_classes

* Fix translation keys

* Fix climate entity category

* Update tests

* Handle `available` property in `entity.py`

* Improve GPIO state binary_sensor translations

* Fix: Updates are already subscribed to in the base entity

* Remove entity_id generation from sensor and binary_sensor entities

* * Use _attr_name on climate class instead of through entity_description
* Add type hints

* Rewrite to derive entities for all OpenTherm devices from a single base class

* Improve type annotations

* Use OpenThermDataSource to access status dict

* Move entity_category from entity_description to _attr_entity_category

* Move entity descriptions with the same translation_key closer together

* Update tests

* Add device migration test

* * Add missing sensors and binary_sensors back
* Improve migration, do not delete old entities from registry

* Add comments for migration period

* Use single lists for entity descriptions

* Avoid changing sensor values, remove translations

* * Import only required class from pyotgw
* Update tests
2024-09-01 13:28:08 +02:00
..
2024-08-12 13:28:09 +02:00
2024-07-04 21:27:56 +02:00
2024-08-12 13:28:09 +02:00
2024-06-28 10:46:02 +02:00
2024-07-07 16:34:05 +02:00
2024-08-28 19:16:05 +02:00
2024-07-24 21:40:05 +02:00
2024-08-15 18:21:07 +02:00
2024-06-28 10:46:02 +02:00
2024-08-02 12:17:51 +02:00
2024-08-12 13:28:09 +02:00
2024-07-10 21:53:11 +02:00
2024-08-16 16:54:20 +02:00
2024-08-30 16:41:48 +02:00
2024-08-29 07:59:07 +02:00
2024-08-12 13:28:09 +02:00
2024-08-12 13:28:09 +02:00
2024-08-12 13:28:09 +02:00
2024-08-08 08:59:30 +02:00
2024-08-28 09:25:56 +02:00
2024-06-30 20:38:35 +02:00
2024-08-28 13:48:49 +02:00
2024-08-12 13:28:09 +02:00
2024-07-22 13:09:08 +02:00
2024-07-24 20:37:38 +02:00
2024-08-15 10:03:03 +02:00
2024-08-30 14:48:09 +02:00