Sven
d4d897e79e
Make cloud account panel translatable ( #3875 )
...
* Add localization to cloud login & register (#3844 )
* Add localization to cloud account (#3844 )
* Add localization to cloud forgot password (#3844 )
* fix lint errors
* Update src/panels/config/cloud/account/cloud-account.js
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/cloud/register/cloud-register.js
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* fix issues pointed out in review
* fix code style issue
* Add localization for dialogs, alexa and google
* fix exposed entities name
2019-10-04 13:14:53 +02:00
Bram Kragten
4850f3d588
Fix whitespace error in services ( #3880 )
2019-10-04 12:35:49 +02:00
Bram Kragten
8bc53c235f
Fix styling system options ( #3877 )
2019-10-04 12:04:27 +02:00
Charles Garwood
c74793b1d5
Add link to Z-Wave panel docs ( #3874 )
2019-10-03 20:51:37 +02:00
Marcel Brückner
56bac8a8c1
Make script editor translatable ( #3866 )
...
* Make script editor's script picker translatable (home-assistant/home-assistant-polymer#3848 )
* Make script editor translatable (home-assistant/home-assistant-polymer#3848 )
* Fix linting errors (home-assistant/home-assistant-polymer#3866 )
* Fix linting errors (home-assistant/home-assistant-polymer#3866 )
* Move unsaved_confirm translation key to common section (home-assistant/home-assistant-polymer#3866 )
Instead of adding the same text multiple times for every section, add a common section to indicate reusable translations.
* Add variable to localization text
* Use JavaScript instead of Polymer data binding
2019-10-03 20:31:53 +02:00
Sven
184575fd54
Add localization to persons config page ( #3846 ) ( #3871 )
2019-10-03 14:38:34 +02:00
Sven
e148559d3e
Add localization to user config page ( #3845 ) ( #3869 )
2019-10-03 12:22:45 +02:00
Phi Dong
95b76dbb85
Fix issue where help icon overlapped with header text on mobile devices ( #3868 )
2019-10-03 11:50:36 +02:00
Bram Kragten
496bb9dc39
Merge pull request #3864 from home-assistant/dev
...
20191002.0
2019-10-02 22:46:27 +02:00
Bram Kragten
351ba3e701
Merge branch 'master' into dev
2019-10-02 22:31:00 +02:00
Bram Kragten
260f428bc6
Bumped version to 20191002.0
2019-10-02 22:25:49 +02:00
Bram Kragten
3622514131
Fix dark switch for map card editor ( #3856 )
2019-10-02 21:26:48 +02:00
Bram Kragten
391b2dcf6a
Align background with tiles ( #3858 )
2019-10-02 21:25:59 +02:00
Bram Kragten
a02bf1fd48
Allow yaml in dev states ( #3859 )
...
* Allow yaml in dev states
* remove json
2019-10-02 21:25:38 +02:00
Bram Kragten
4cf9472bf4
Allow yaml in dev services ( #3860 )
...
* Allow yaml in dev services
* remove json
2019-10-02 21:23:37 +02:00
Bram Kragten
74d1de7313
Allow yaml in dev events ( #3861 )
...
* Allow yaml in dev events
* remove json
2019-10-02 21:22:06 +02:00
Bram Kragten
cd6fd6a46c
Allow yaml in script and automation ( #3862 )
...
* Allow yaml in script and automation
* Restore defaults
* Rename class
* Catch errors in constructor
* Update yaml_textarea.tsx
2019-10-02 21:21:13 +02:00
Bram Kragten
a6dda90b13
Default hide disabled entities from entity registry ( #3863 )
...
* Default hide disabled entities from entity registry
* localize
* Use memoize
2019-10-02 21:20:47 +02:00
Bram Kragten
7add8a2ea0
Guard for null badges ( #3841 )
...
* Guard for null badges
* Check for null badges on load and save
2019-10-02 09:29:36 -07:00
Bram Kragten
b927a3ef29
Add entity registry functions to device page ( #3843 )
...
* Add entity registry functions to device page
* Move update/remove logic to dialog
* Hide disabled entities by default
2019-10-02 09:23:42 -07:00
Ian Richardson
76d3218130
Allow user selection of text in Lovelace ( #3605 )
...
* Allow user selection of text in Lovelace
Closes https://github.com/home-assistant/home-assistant-polymer/issues/2110
* set negative tabindex
This appears to work locally, but pushing it up to try on the demo to be sure
* toggle class for android
* apply suggestions
2019-10-02 13:33:16 +02:00
Franck Nijhof
8b6d8f9086
Update documentation link URL for integrations ( #3857 )
2019-10-02 13:23:41 +02:00
Bram Kragten
ffaecb29b7
Update translations
2019-10-02 12:58:11 +02:00
Ian Richardson
fa74295c0b
add actions to picture-glance entities ( #3807 )
...
* add actions to picture-glance
* remove unnecessary entity property
* Update hui-picture-glance-card.ts
2019-10-02 11:22:33 +02:00
Bram Kragten
ea50d486da
Fix some styling of ha-switch ( #3842 )
...
If content is slotted it will get some margin to the toggle like the old switch.
2019-10-01 11:17:10 -07:00
Bram Kragten
3cf4b890b6
Remove local mdc-datatable ( #3840 )
...
With version 3.2.0 of mdc-datatable they removed the ts files from the published package, so we can now use it again.
2019-10-01 11:34:25 +02:00
Sean Mooney
313b984a53
Add missing domain icons ( #3836 )
...
`persistent_notification` and `zone` were both missing domain icons.
2019-10-01 10:11:44 +02:00
Bram Kragten
7d09e29d60
Use filter worker in data-table ( #3808 )
...
* Filter worker
Doesn't work
* Remove template for worker
* Move files
* Sort to worker + debounce filter
* Improve performance
* Update ha-data-table.ts
2019-09-30 15:53:48 -07:00
Ian Richardson
7e979f0cf1
add image option to entities card ( #3832 )
2019-09-30 22:25:09 +02:00
Ian Richardson
64366dc99a
fix alignment of switches positioned absolutely ( #3812 )
...
* fix alignment of switches positioned absolutely
* wrap switches
* remove !important
2019-09-30 21:27:19 +02:00
Ian Richardson
c69585db98
add state_filter to picture cards ( #3791 )
2019-09-30 09:49:11 +02:00
Bram Kragten
2dd5cd586b
Add a setting for vibration ( #3813 )
...
* Add a setting for vibration
* Update en.json
2019-09-27 10:23:30 +02:00
Bram Kragten
05a258c886
Add hassio supervisor and os update notice ( #3798 )
...
* Add hassio supervisor and os update notice
* Cleanup
* Update hassio-dashboard.ts
* Fix styling
* Check if system has HassOs
* Remove unused import
2019-09-26 13:47:34 +02:00
Bram Kragten
f4bd42dfd4
Add name to picture entity struct ( #3809 )
2019-09-25 23:37:54 +02:00
Bram Kragten
41e5e7c1ae
Update yarn.lock
2019-09-25 22:41:17 +02:00
Ian Richardson
95dfcafce3
UI Editor for picture-glance card ( #3709 )
...
* UI Editor for picture-glance card
Closes https://github.com/home-assistant/home-assistant-polymer/issues/3700
* address review comments
* address review comments
* fallback to yaml if state image used
* push default changes
* default image for config
* Update hui-picture-glance-card-editor.ts
2019-09-25 15:38:26 -05:00
Bram Kragten
111d1afc21
Fix firefox overflow ( #3806 )
...
* Fix firefox overflow
MIght fix...
* Add comment
* Align
2019-09-25 21:52:21 +02:00
Ian Richardson
886c6dd88c
Expand entity-filter options ( #3692 )
...
* Expand entity-filter options
Closes https://github.com/home-assistant/home-assistant-polymer/issues/3543
Adds the following to `state_filter`:
- `operator` option. Specify operator to use in comparison.
- `value` option. Specify value to compare against.
- `attribute` option. Specify attribute to use instead of state in comparison.
e.g.
```yaml
type: entity-filter
state_filter:
- "on"
- operator: ">"
value: 90
entities:
- sensor.water_leak
- sensor.outside_temp
- entity: sensor.humidity_and_temp
state_filter:
operator: ">"
value: 50
attribute: humidity
```
* Update evaluate-filter.ts
* verify state_filter exists on card or each entity
* address review comments
* apply Bram's suggestion
* address review comments
* cleanup
2019-09-24 10:34:57 +02:00
On Freund
38b817bd67
Green shade in climate history for platforms that don't support hvac_action
( #3787 )
...
* Green shade in climate history for platforms that don't support HVAC_ACTION
* The presence of hvac_action can change over time
* Move static condition out of anon function
2019-09-24 10:34:13 +02:00
Ian Richardson
c59b6626f2
UI editor for history-graph ( #3782 )
...
* UI editor for history-graph
* add translations
2019-09-24 10:00:52 +02:00
Ian Richardson
2cc196e3fb
cleanup editors ( #3786 )
...
* cleanup editors
* address review comments
2019-09-23 17:11:45 -05:00
Erik Montnemery
a08884fed6
Add support for and
and or
conditions to the automation editor. ( #3724 )
...
* Add support for `and` and `or` conditions in automations
* Remove debug prints, fix lint errors
* Fix
* Merge `and` and `or` conditions
* Add missing file
2019-09-23 14:07:57 -07:00
Bram Kragten
2fe4a02b6b
Add support for panels to cast ( #3796 )
...
* Add panel support to cast
* Set background
2019-09-23 14:03:45 -07:00
Paulus Schoutsen
7c793c1cdb
Bumped version to 20190919.1
2019-09-23 13:17:48 -07:00
Bram Kragten
a0b848acc4
Bring back babel for ES5 builds ( #3797 )
...
* Bring back babel for ES5 builds
* Remove ts from babel
2019-09-23 13:17:44 -07:00
Bram Kragten
a1b9a092d0
Bring back babel for ES5 builds ( #3797 )
...
* Bring back babel for ES5 builds
* Remove ts from babel
2019-09-23 13:15:12 -07:00
Bram Kragten
993d390ea5
Add device automation options to device page ( #3776 )
...
* Add device automation options to device page
* Update
* Fill automation editor with data
* Update ha-automation-editor.ts
* Remove dupe deps
* Fix imports
2019-09-23 14:13:44 +02:00
Ian Richardson
1f4d359050
Replace all default exports in common/ with named exports ( #3790 )
2019-09-23 10:57:47 +02:00
Ian Richardson
f871387fa6
new action: url ( #3773 )
...
* new action: url
Takes a `url_path` option.
Closes https://github.com/home-assistant/ui-schema/issues/249
I'm experience the issue described here with my string values in the action-editor: https://github.com/home-assistant/home-assistant-polymer/issues/2645 . Have not been able to track down where the issue is.
* Fix losing config on init
* fix action-editor
2019-09-22 21:56:29 +02:00
Ian Richardson
9a92ed31f6
picture entity editor fix ( #3783 )
...
* forgot to push commit
* resolve broken build
2019-09-21 22:42:46 -05:00