Added Device Support
EspControl can only support a new device type properly when we know how Home Assistant exposes it. The easiest way to help is to copy the device's state information from Home Assistant and share it in a GitHub issue.
Sorry, but I can't support additional screens because of the complexity of testing the existing range of devices.
Find the Device State
- Open Home Assistant.
- Go to Settings.
- Open Developer Tools.
- Select the States tab.
- Search for the device or entity you want EspControl to support.
What to Share
When you find the right entity, open an issue on GitHub and include:
- The device or entity name.
- The entity ID, for example
sensor.living_room_air_quality. - The current State value.
- The Attributes shown for that entity.
- What you would like the panel to show or control.
If the device has more than one related entity, include each one that looks relevant. For example, a device might have one entity for status and another for battery, mode, or signal strength.
Screenshots are useful too, but please also paste the state and attribute text where possible. Text is easier to search, compare, and turn into firmware support.