Commit Graph

4825 Commits (add-import-package-extensions)

Author SHA1 Message Date
HomeAssistant Azure 2408f9b8fa [ci skip] Translation update 2020-03-25 00:32:35 +00:00
Aidan Timson 6aae1b3378
Fix Default Lovelace Panel Title (#5301)
* Fix lovelace panel title

* Fix types error

* Revert and workaround null type

* Update src/data/panel.ts

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

* Update panel.ts

* Update panel.ts

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-03-24 15:08:51 +01:00
Pascal Vizeli ed51223226 Update azure-pipelines-release.yml for Azure Pipelines 2020-03-24 14:16:21 +01:00
sdotter 013808b7f5
Fixed iframe panel unnecessary scrollbar (on 100vh -64px) (#5326)
* Fixed iframe panel unnecessary scrollbar (on 100vh -64px)

* Fixed iframe panel unnecessary scrollbar (removed margin-top)

No need for margin-top
2020-03-24 13:18:45 +01:00
HomeAssistant Azure af584e1d12 [ci skip] Translation update 2020-03-24 00:57:08 +00:00
J. Nick Koston 3763d7a1d0
Use horizontal control icons for devices that commonly move horizontally (#5309)
* Use horizontal control icons for devices that
commonly move horizontally including:

awning
curtain
gate

* no need to check

* remove debug

* reduce - js is so permissive

* remove curtain
2020-03-23 20:33:45 +01:00
Zack Arnett ce92add096
Footer/Header: Graph (#5273)
* Add Graph as a footerheader option

* Move get Coordinates to a new file

* await

* Comments
2020-03-23 09:46:56 -04:00
HomeAssistant Azure 40c94b6596 [ci skip] Translation update 2020-03-23 00:32:58 +00:00
Aidan Timson c894bc2e40
Fix icon button padding (#5312) 2020-03-23 00:18:13 +01:00
HomeAssistant Azure 415a4fa1af [ci skip] Translation update 2020-03-22 00:32:46 +00:00
Bram Kragten b9367a33a8
Invalidate theme cache when switching demo's (#5305)
* Invalidate theme cache when switching demo's

* Move to mock hass
2020-03-21 20:19:13 +01:00
Bram Kragten 7170f06c08
Add checks for arrays in compute unused entities (#5307) 2020-03-21 20:18:40 +01:00
J. Nick Koston f2578a58b4
Add "gate" device class for DEVICE_CLASS_GATE (#5299)
* Add "gate" device class for DEVICE_CLASS_GATE

Gates are found outside of a structure and are typically part of a fence.

When opening or closing a garage door, it was impossible to tell
if you had hit the button or not even though the underlying state
was reported as "opening". This lead to confusion and multiple
clicks to open a garage door which can cause the door to stop
opening and result in frustration.

Add icons for gate and garage opening and closing states.

* Add "gate" device class for DEVICE_CLASS_GATE

Gates are found outside of a structure and are typically part of a fence.

When opening or closing a garage door, it was impossible to tell
if you had hit the button or not even though the underlying state
was reported as "opening". This lead to confusion and multiple
clicks to open a garage door which can cause the door to stop
opening and result in frustration.

Add icons for gate and garage opening and closing states.

* de-bold
2020-03-21 11:20:06 -07:00
Bram Kragten 1950656bd5
Add ability to edit panel view cards (#5257)
* Add ability to edit panel view cards

* Localize and fix some styling
2020-03-21 16:51:44 +01:00
Bram Kragten eed3263c70
Optimize cards for horizontal stack (#5254) 2020-03-21 15:59:30 +01:00
Robert Resch 02e01626f5
fix #5300: always show attribute step (#5302) 2020-03-21 15:15:20 +01:00
HomeAssistant Azure 41a2d9604e [ci skip] Translation update 2020-03-21 00:32:47 +00:00
Bram Kragten 7d6f188bfc
Change themes logic (#5232)
* Fix themes

* Update hui-view.ts

* Comments and bail out

* Update apply_themes_on_element.ts

* refactor, move meta to theme mixin, adapt lovelace theme picker

* console.bye

* Comments

* Optimizations

* Bail out early is no hex value

* Cache processed themes

* Remove hex-rgb cache
2020-03-20 21:30:20 +01:00
Bram Kragten 15a144f17a
Add iframe panel mode and align aspect ratio option with map card (#5289)
* Add iframe panel mode and align aspect ratio option with map card

* lint
2020-03-20 17:53:30 +01:00
Erik Montnemery c54f2b66da
Add delete button to MQTT devices' config page (#5117)
* Add delete button to MQTT devices' config page

* Move delete button to its own card

* Fix review comments

* Fix review comments

* Fix review comments

* Use haStyle instead of haStyleDialog
2020-03-20 15:53:36 +01:00
Bram Kragten 685a0807d8
Fix alarm panel (#5291)
Fixes https://github.com/home-assistant/frontend/issues/5073
2020-03-20 15:21:25 +01:00
Zack Arnett 0d404e0e37
Stub Configs: Add Type (#5206)
* Add Type

* Add return type

* Lint

* Fix map

* map fix

* Comments
2020-03-20 12:41:28 +01:00
Zack Arnett 39bb859f57
Fix tooltip overflow (#5282) 2020-03-20 12:01:18 +01:00
Zack Arnett 90e32b7e45
Hui Unavailable: Fix Opacity (#5283)
* Fix unavailable

* opacity
2020-03-20 11:49:46 +01:00
Zack Arnett 63a2d9dd18
alphabet english (#5284) 2020-03-20 11:48:02 +01:00
HomeAssistant Azure 4982693883 [ci skip] Translation update 2020-03-20 00:32:48 +00:00
Zack Arnett f4211e3fa3
Find Entites: Filter Unavailable - Used and unused entities required (#5208)
* Update Find Entities

* lint

* Filter until max - entitiesFill-> entitiesFallback

* Comment - Move unav - unk filter to picker

* lint

* Var name update

* remove unnessary check

* add it back and fix logic

* use typescript ? in condition

* comments

* lint

* Compute used once

* pass in hass

* Return set

* fix merge

* Optimize unused entities in find
2020-03-19 14:39:14 -04:00
Paulus Schoutsen eacf58b5a5
Update color count in color extraction (#5270)
* Update color count in color extraction

* add the images
2020-03-18 23:12:27 -04:00
HomeAssistant Azure f9349bc731 [ci skip] Translation update 2020-03-19 00:32:53 +00:00
Bram Kragten 3840671764
Remove app-route from hui-root (#5267)
* Remove app-route from hui-root

* Update hui-root.ts
2020-03-18 15:37:44 -07:00
Bram Kragten fd62cf02d6
Fix button card not showing visual editor on add (#5256) 2020-03-18 23:32:03 +01:00
Bram Kragten 254744cd7d Bumped version to 20200318.1 2020-03-18 23:29:00 +01:00
Zack Arnett 595d04c922 Fix theme update (#5246) 2020-03-18 23:28:50 +01:00
Bram Kragten a3969fe2c8 Fix stack editor in stack editor (#5255) 2020-03-18 23:28:42 +01:00
Paulus Schoutsen 220e4134b7 Fix calculating title if panels not loaded yet (#5262) 2020-03-18 23:28:35 +01:00
Bram Kragten 56e176a6f1 Fix stack editor in conditional card (#5265) 2020-03-18 23:28:30 +01:00
Bram Kragten 780c15d6b3
Fix stack editor in conditional card (#5265) 2020-03-18 21:29:09 +01:00
Bram Kragten 55ff848b78
Fix stack editor in stack editor (#5255) 2020-03-18 20:51:00 +01:00
Zack Arnett dbe829bc7d
Card Editor: Copy Card (#5249)
* Copy Card Feature

* dUplicate
2020-03-18 20:33:59 +01:00
Zack Arnett 8d0508f320
Unused Entities: Only Show Fab when selection is made (#5248)
* Only Show Fab when selection is made

* reviews
2020-03-18 20:33:36 +01:00
Paulus Schoutsen 2741bb8b38
Fix calculating title if panels not loaded yet (#5262) 2020-03-18 20:32:35 +01:00
Paulus Schoutsen 16cadd53cf
Set data as property. (#5263) 2020-03-18 20:27:44 +01:00
Olivér Falvai a8d21c6112
Add loading text for long-running integration install step (#4378)
* Added optional label for dialog-data-entry-flow

* Use correct loading element

* Update src/translations/en.json

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

* Minor template adjustment

* Revert accidental change of PR templates

* Revert accidental change of PR templates

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-03-18 17:00:08 +01:00
Bram Kragten 6b2e707653 Update en.json 2020-03-18 12:49:32 +01:00
Bram Kragten 205b7451fa
Update hui-gauge-card.ts (#5241) 2020-03-18 12:48:16 +01:00
Zack Arnett 1d3aeec0de
more info (#5247) 2020-03-18 12:47:59 +01:00
Zack Arnett ac911dcd31
Fix theme update (#5246) 2020-03-18 12:47:20 +01:00
Bram Kragten 89a94b3efc
Merge pull request #5252 from home-assistant/dev
20200318.0
2020-03-18 12:33:12 +01:00
Bram Kragten 71793dcfa5
Cast fix for urlPath === "lovelace" (#5242) 2020-03-18 12:19:01 +01:00
Bram Kragten 1e527a8350 Bumped version to 20200318.0 2020-03-18 12:18:24 +01:00