* new security options
* Add more info modal
Added more info modal and moved the security components.
* fixes
* show apparmor only if not default
* add colors to apparmor
* Added migrate dialog when card has no ID
* typos
* Fix error messages
* cardId should be a string
* Add translation
* Only load yaml in yaml editor
* revert name change
* Combine migrate and edit in one dialog
* lint
* fixes + inlude and secret yaml
* resize after toggle preview -> value>config
* add loading spinners
* only create preview when type changes
* loader on yaml editor
* Fixed loading spinner not disappearing
* moved dialog
* disable toggle if not avail
* address comments
* cleanup showDialog
* Update hui-sensor-card.js
This fixes issues where the first history item was repeated many times at the start of the graph resulting in a flat line that does not represent the data.
Also, the graph now has the ability to reach a 1 to 1 history graph to sensor graph point representation. Before 2 to 1 was the highest resolution possible. This was due to using history.length - 1 as the denominator in cases where the user set the accuracy larger than the total number of points in the history.
* Update hui-sensor-card.js
* Update hui-sensor-card.js
* Update hui-sensor-card.js
* Update hui-sensor-card.js
* Update hui-sensor-card.js
* Convert hui-scene-entity-row to TypeScript/LitElement
script-entity-row and this could probably extend a common base class. The only thing that differs them is the domain used in the callService and the button text.
* Stop more-info
* fix for thermostats without current temperature
* make linter happy
* always render value, uom only when there is a value
* Update hui-thermostat-card.ts
* Convert cover-row to TypeScript/LitElement
* Extract `supports` methods from cover model
* Address review comments
* Revert line endings mixup
I suck at vs code apparently...
* Address review comments
* Address review comments: error-row not working
* New Card: Shopping List
Following features:
- Add item
- Edit item
- Complete item
- Clear items
* Address Travis complaint
* Addressed review comments
* Update translation variable name
* Line up input row text
* Taking MVP to heart
Addressed review comments and scaled this back to just get a simple shopping list card out there and we can discuss/debate how best to add the additional pieces with smaller PRs
* Remove calling connected in set hass
* Working version
* Working kind of
* Some more changes
* More review changes
* Progress
* Review updates
* Adding new changes
* Remove un-needed code
* Adding Types
* Updating UI Editor a bit
* Updating from missed reviews
* Updates from Reviews
* Yaml is not update each time. Instead stored as LovelaceConfig.
* Update to not pull config from preview but store it each time it changed
* Updating from Reviews
* Try catch fix
* Update hui-dialog-edit-card.ts