-
## Summary
In the interest of allowing entities to be properly handled and upgraded, without assumptions, every entity is assigned a semantic version upon its creation. This is a read-only property…
-
so modded entities will bleed, modded eggs will have raw egg particles and else
-
Some events intrinsically needs to targets multiple entities.
For example collision events will need to be able to report to multiple entities. You can currently simulate this by cloning the event …
musjj updated
6 months ago
-
In #1106, entities are tagged as raw code, but not validated. We should check that descriptions match the entity name. For example an entity could have been renamed, but the old name left in some tuto…
-
I'm experimenting a weird problem with conversation intents on the last stable HA release:
- i've got **both** cover and light entities configured for the room "studio".. (named cover.studio and ligh…
-
Many Zigbee clusters provide a Description attribute (0x001C). We should use this, if provided, for the entity name and id. In addition, the multistate cluster provides the State Text attribute (0x000…
-
I paired and connected my timebox-evo through the terminal. All of that worked.
Then i restarted homeassistant for the timebox-home-assistant custom component to activate.
Then i put the following …
-
I have 5 Mitsubishi units and running the Kumo Integration. I can select Heating and Cooling but the Swing modes and Fan modes do not appear in the entities. What can I do about this?
many thanks!
-
See screenshot; if you have `setEntityPermission` for a CRUD controller set inside `configureCrud `, there is an error resulting from EA attempting to generate a pretty URL. Removing `setEntityPermiss…
-
Hello,
The command :
```
bin/console make:entity --regenerate --overwrite
```
update the code in the `ResetPasswordRequest` class generated previously, and it's not compatible with `ResetPasswo…