Jan Bouwhuis
Jan Bouwhuis
A few thoughts: - possible we should add some more info on how the event is triggered (Though event type). - You can set multiple even types. Use a template...
Well the attached change will be in the coming up beta. Let me know if the issues are solved.
Closing this, as it assumed this is fixed now.
I believe this is a Z2M issue. Iam closing this one. Please update Z2M to at least version. 1.35.3. If that does not help open an issue for Z2M instead...
Example of a failed CI test: https://github.com/home-assistant/core/actions/runs/5178712007/jobs/9330677019
Thanx that helps.
May be we can somehow integrate the two classes in one. If we keep the the platform setup we could easily implement an common class that implements the shared methods....
Yeah, > I like the sound of that, like `class MqttTemperatureEntity(MqttEntity):` for the parent and `class MqttClimateEntity(MqttTemperatureEntity, ClimateEntity):` for the child as an example? That is the idea. So we...
We probably could do this better in a follow up PR I guess
@hookedonunix I have opened https://github.com/home-assistant/core/pull/93751 to do some rework on the climate entity class. I asked @emontnemery to have a look at it, The idea is to let the shared...