Tracking a hackerspace's open status in Home Assistant via SpaceAPI (opens in new tab)
A lot of hackerspaces publish their door state through state.open boolean. My local space { "api_compatibility": ["14", "15"], "space": "Essembly", "state": { "open": false } } I wanted that open/closed state in , using only built-in integrations. There is an official , but it goes the wrong way: it publishes your Home Assistant instance as a SpaceAPI endpoint. Cool for running a space, but no help for reading someone else's. The core configuration.yaml already splits sensors into a folder: s...
Read the original article