HADotNet.CommandCenter
HADotNet.CommandCenter copied to clipboard
📱 A web-based, wall-mountable command center for Home Assistant.
HACC should support a screensaver to prevent screen burn-in on always on tablets. Screensaver should be something like Android screensaver - black screen with time and date appearing at random...
Original request: #2 Add support for embedding maps and displaying locations of `device_tracker` and `person` locations on the map, similar to Lovelace. Would need to research which maps are suitable...
Add support for floor plans and entities inside. Or, figure out a way to easily embed Lovelace into an iframe in a tile which may achieve the same thing.
Original request: #2 Add support for state tiles or other tile types to show a history graph, probably via a popover/modal, on click (optionally). And find a nice JS charting...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
## Describe the new functionality Allow includes in the config.json file so that we can create one json file per page. It's often easier for me to manually create pages...