Jake Burgy
Jake Burgy
Original request: #2 Add support for alarm panels. @nickrout I don't know if this is possible via the API - I'm looking at [the REST API documentation](https://developers.home-assistant.io/docs/en/external_api_rest.html) and I don't...
## Describe the new functionality Add support for mapping any state from Home Assistant, to any display text. ## What will it look like in the Admin area? Probably just...
## Describe the new functionality When certain actions are performed, first prompt for confirmation with user-customizable prompt text. ## What will it look like in the Admin area? New field(s)...
Add `climate` entity support including basic thermostat display and controls.
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...
Refer to: https://github.com/home-assistant/developers.home-assistant/blob/master/docs/hassio_addon_communication.md under section **Home Assistant Core**. The line regarding the Websocket API proxy is extremely unclear and does not align with standard websocket usage. Typically, a websocket URL...
I committed a greeting action via the main Actions homepage (one of the templates) and customized the messages. ```yaml name: Greetings on: [pull_request, issues] jobs: greeting: runs-on: ubuntu-latest steps: -...
The /docs/ folder only has IIS instructions, it would be nice to have clear-cut documentation on pulling over live SQL Server databases, especially from production servers where there are multiple...