Bram Kragten
3f6bbffcd6
Fix styling of raw config save button ( #2752 )
2019-02-14 12:22:23 -08:00
Paulus Schoutsen
4d5087bd8d
Update translations
2019-02-14 12:11:17 -08:00
Paulus Schoutsen
f9663143a6
Merge pull request #2747 from home-assistant/dev
...
20190213.0
2019-02-13 15:13:04 -08:00
Paulus Schoutsen
c4aac72e68
Bumped version to 20190213.0
2019-02-13 15:04:51 -08:00
Paulus Schoutsen
f4048bf4ba
Update translations
2019-02-13 15:04:46 -08:00
Bram Kragten
b384d17fd3
YAML editor fixes ( #2737 )
...
* YAML editor fixes
* Fix auto height in dialog
* remove height from paper-dialog-buttons
* wait for next paint instead of fixed time
* resize again after codemirror is updated
* afternextrender merge
2019-02-13 15:03:52 -08:00
Bram Kragten
2ae30ac024
Position delete/move menu better for mobile ( #2738 )
2019-02-13 12:32:32 -08:00
Yosi Levy
9b9b2f0710
New component files
2019-02-13 19:58:28 +00:00
Yosi Levy
5d58dfab3e
New arrow and chevron next+prev components
2019-02-13 19:56:12 +00:00
Ian Richardson
38ba6058be
Proper fix to alarm-control-panel-card ( #2741 )
2019-02-13 11:22:39 -08:00
kethoth
0f779dd7f8
Apply text color to system information text ( #2739 )
...
Apply primary-text-color to content so the system information text can be themed. Currently text remains black, which is unreadable on dark themes.
2019-02-13 11:22:19 -08:00
Thomas Lovén
3ca842187a
Convert ha-card to LitElement and TypeScript ( #2701 )
...
* Convert ha-card to LitElement and TypeScript
* CSS away the header instead
* Travis fixes
* Remove duplicate styles
2019-02-13 11:16:01 -08:00
Thomas Lovén
e36dada843
Tweak some file permissions that were odd ( #2745 )
2019-02-13 07:32:52 -08:00
Paulus Schoutsen
1b8c567fd7
Use mwc-button instead of paper-button ( #2744 )
...
* Convert from paper-button to mwc-button
* Fixes
* Bye paper-button
* Fixes
* Final fixes
* Fix rebase conversion
2019-02-12 23:08:29 -08:00
Paulus Schoutsen
e1c2cf770a
Convert lit ts layout ( #2742 )
...
* Convert layout to TS/Lit
* Further cleanup
* Apply suggestions from code review
Co-Authored-By: balloob <paulus@home-assistant.io>
* Simplify error screen
2019-02-12 22:41:36 -08:00
Paulus Schoutsen
ab6cd578e8
Add lit-plugin to recommendations ( #2735 )
2019-02-12 13:24:00 -08:00
Paulus Schoutsen
4058a0c8d0
Merge pull request #2736 from home-assistant/dev
...
20190212.0
2019-02-12 12:04:48 -08:00
Paulus Schoutsen
421e5bb169
Bumped version to 20190212.0
2019-02-12 11:56:37 -08:00
Paulus Schoutsen
6faea73c9f
Update translations
2019-02-12 11:56:29 -08:00
David F. Mulcahey
3a644621fe
Make ZHA config panel device oriented ( #2722 )
...
* change to be zha device centric instead of entity centric
* clusters by device
* device centric API
* lit ts and cleanup
* type
* review comments and fix remove
* fix set attribute
2019-02-12 11:55:42 -08:00
Paulus Schoutsen
abbfea0b6a
Person: Pick device tracker ( #2726 )
...
* Allow picking devices to track
* Tweak translation
* Update translation
2019-02-12 11:52:30 -08:00
Ian Richardson
2f2cdad16b
static styles, decorators and width fix ( #2727 )
...
Not sure how the width got messed up, perhaps changes to ha-card?
2019-02-12 11:52:02 -08:00
Ian Richardson
aae3c26a64
render remote entity-row as a toggle ( #2731 )
2019-02-12 09:43:59 -08:00
Ian Richardson
0f680bcfd6
Fix typo in alarm editor ( #2729 )
...
* Fix typo in alarm editor
* tacking on decorators, styles and card size fix
2019-02-12 09:40:39 -08:00
Paulus Schoutsen
f71612d6cf
Update translations
2019-02-11 23:40:15 -08:00
aquarium
5cc23ab084
Update Store Auth card to use primary-text-color ( #2725 )
2019-02-11 14:45:05 -08:00
yosilevy
9d6c0773c5
Rtl configuration fixes ( #2720 )
...
* RTL fixes to config pages
* Disconnect toast RTL
* RTL user editor - force LTR (only the user box - not the action box)
* Many RTL fixes in configuration. Keeping scrollbar in RTL so it's not obstructed. Added missing localization.
* Update disconnect-toast-mixin.ts
2019-02-11 14:40:09 -08:00
yosilevy
44dca3b86d
Make yaml editor scrollabel in RTL mode ( #2706 )
...
* Make yaml editor scrollabel in RTL mode
* Refactor
* Refactor scopped CSS
* Refactor
* Fixes
* Refactor
2019-02-11 14:18:17 -08:00
Paulus Schoutsen
310b81de04
Convert HUI-IMAGE to TypeScript/Lit ( #2713 )
...
* Fix gallery demos
* Convert HUI-IMAGE to TypeScript/Lit
* Clean up
2019-02-11 14:14:29 -08:00
Paulus Schoutsen
f23258eb8c
Convert state badge to TypeScript ( #2712 )
2019-02-09 11:55:46 -08:00
Paulus Schoutsen
039bc587cc
Add decorators ( #2711 )
...
* Add decorators
* Lint
2019-02-09 10:47:39 -08:00
Paulus Schoutsen
46e1139946
Add MVP person editor ( #2703 )
...
* Add MVP person editor
* Better highlight the config.yaml people
* Add note
2019-02-09 10:41:45 -08:00
Bram Kragten
8938ad8f8d
Add ctrl/cmd +s support back to editor ( #2694 )
...
* Add ctrl/cmd +s support back to editor
* Update hui-yaml-editor.ts
2019-02-07 19:33:53 -08:00
yosilevy
102cb06d28
RTL support for arrows in scrolable tabs ( #2696 )
...
* RTL support for arrows in scrolable tabs
* Refactor
2019-02-07 19:32:32 -08:00
Paulus Schoutsen
17d0ae003a
Lint
2019-02-07 17:16:39 -08:00
Thomas Lovén
7a16961387
Add background and border-radius to themeable options for ha-card ( #2700 )
...
* Add background and border-radius to themeable options for ha-card
* Change variable names
2019-02-07 13:30:02 -08:00
Robert Schindler
d3bdbce0d0
Added strings for command line auth provider ( #2561 )
...
* Added strings for command line auth provider
Regards home-assistant/home-assistant#19985
* Reuse existing translation keys for new command_line auth provider
2019-02-06 16:38:31 -08:00
Paulus Schoutsen
504e4987b7
Fix event action in automation editor ( #2686 )
...
* Fix event action in automation editor
* Fix webpack resolve
* Update ha-automation-editor.js
2019-02-06 11:13:00 -08:00
Paulus Schoutsen
f00de454d1
Convert automation editor to Lit ( #2687 )
...
* Convert automation editor to Lit
* Apply suggestions from code review
Co-Authored-By: balloob <paulus@home-assistant.io>
2019-02-06 11:01:15 -08:00
Paulus Schoutsen
ce35416284
Migrate more-info-content to UpdatingElement ( #2693 )
2019-02-06 11:00:17 -08:00
Paulus Schoutsen
7773589e2c
Update Lit ( #2692 )
2019-02-06 10:59:47 -08:00
Paulus Schoutsen
5d900f9ced
Split unused entities by domain ( #2671 )
2019-02-06 10:57:53 -08:00
Paulus Schoutsen
7a344c865f
Fix gauge card gallery demo ( #2688 )
2019-02-05 22:13:27 -08:00
yosilevy
bd0bc2047d
hui editor arrows RTL support ( #2673 )
...
* hui editor arrows RTL support
* Refactor
* Refactor
* Refactor
2019-02-05 13:05:19 -08:00
Paulus Schoutsen
2482d78a06
Optimize demo ( #2681 )
2019-02-05 07:28:23 -08:00
yosilevy
18fc0d0342
Added forgotten label localization ( #2672 )
2019-02-03 21:24:29 -08:00
Paulus Schoutsen
024ce5c379
Merge pull request #2670 from home-assistant/dev
...
20190203.0
2019-02-03 11:29:09 -08:00
Paulus Schoutsen
f74fe5718e
Bumped version to 20190203.0
2019-02-03 11:27:23 -08:00
Paulus Schoutsen
ef395d4c9f
Update translations
2019-02-03 11:27:12 -08:00
Paulus Schoutsen
5d42e4f68d
Fix more info on light/thermostat pushing content ( #2669 )
2019-02-03 11:19:14 -08:00