If you discover a security vulnerability in RoomMind, please report it responsibly:
- Do not open a public GitHub issue
- Send an email to the maintainers or use GitHub's private vulnerability reporting
- Include a description of the vulnerability and steps to reproduce it
We will acknowledge your report within 48 hours and work on a fix as soon as possible.
RoomMind runs entirely locally within your Home Assistant instance. It does not connect to any external servers or cloud services. The main security considerations are:
- WebSocket API — All endpoints are authenticated through Home Assistant's built-in auth system
- Store data — Room configurations and thermal data are stored in HA's
.storagedirectory with standard HA file permissions - No external dependencies — The integration has zero Python dependencies beyond Home Assistant itself
| Version | Supported |
|---|---|
| 1.x | Yes |
| < 1.0 | No |