Bram Kragten
0e43435362
Don't ask to choose view when only 1 view ( #4480 )
2020-01-15 09:05:01 -08:00
Bram Kragten
aaefe0b09f
Handle unknown state ( #4481 )
2020-01-15 09:01:59 -08:00
Bram Kragten
bc731a9dc3
Add edit btn to more info for scene, script and automation ( #4476 )
2020-01-15 09:50:16 +01:00
Bram Kragten
da25701dca
Disable adoptedStyleSheets in dev ( #4474 )
2020-01-15 09:25:17 +01:00
Bram Kragten
21ae483dc9
Styling fixes ( #4475 )
2020-01-15 09:25:04 +01:00
HomeAssistant Azure
38b6e9ca10
[ci skip] Translation update
2020-01-15 00:32:57 +00:00
Bram Kragten
d31245866c
Add DEPRECATED to states ui ( #4463 )
...
* Add DEPRECATED to states ui
* unelevated red
* target
* Add msg in info
2020-01-14 06:35:01 -08:00
Bram Kragten
4e08d8f3b3
Fix zha back btn ( #4470 )
2020-01-14 07:57:00 -05:00
Bram Kragten
1e717ab33e
Catch undefined cloudstatus ( #4465 )
2020-01-14 13:52:23 +01:00
Bram Kragten
995fb4974e
Fix translations ( #4469 )
2020-01-14 13:20:06 +01:00
HomeAssistant Azure
ffb76132f8
[ci skip] Translation update
2020-01-14 00:32:29 +00:00
Bram Kragten
acba3af54b
Fix back btn for Polymer ( #4467 )
2020-01-13 18:21:43 +01:00
Paulus Schoutsen
40ac456937
Force refresh tokens if external app ( #4461 )
2020-01-13 05:47:08 -08:00
Bram Kragten
5c32413bf7
Onboarding core: Display error message when saving fails ( #4462 )
2020-01-13 05:31:53 -08:00
Bram Kragten
22792c70c5
Change config panel navigation ( #4377 )
...
* Change config panel navigation
* Show active + don't show toolbar?
* Update ha-panel-config.ts
* Change color of menu toolbar
* Update ha-config-router.ts
* Review comments
2020-01-12 17:57:38 +01:00
Krisjanis Lejejs
a8ed87298a
Improved map panel and map card to ignore zones when fitting map. ( #4447 )
...
* Improved map panel and map card to ignore zones when fitting map. [#1598 ](https://github.com/home-assistant/home-assistant-polymer/issues/1598 )
* Improved map panel and map card to ignore zones when fitting map. [#1598 ](https://github.com/home-assistant/home-assistant-polymer/issues/1598 )
* Improved map panel and map card to ignore zones when fitting map. [#1598 ](https://github.com/home-assistant/home-assistant-polymer/issues/1598 )
* Changed approach and created a different array for zones
* Removed zone key option for markers
2020-01-12 17:56:55 +01:00
Joakim Sørensen
b15270dfe2
Use correct suffix for elevation ( #4454 )
...
* Use correct suffix for elevation
* Use correct suffix for elevation
2020-01-12 07:31:59 -08:00
Bram Kragten
58ad949bc8
Virtualize logbook ( #4450 )
...
* Virtualize logbook
* Clean
* Update ha-logbook.ts
2020-01-12 13:00:26 +01:00
HomeAssistant Azure
adce40de56
[ci skip] Translation update
2020-01-12 00:33:31 +00:00
Ian Richardson
0f487ae4bf
♿ Add tabindex to lovelace elements ( #4160 )
...
* tabindex
* use action handler
* circular focus test
* address comment
* add focus styling to other elements
* add focus styling to cards
* style glance card entities
* Add back light/thermo changes that were lost in rebase
* Remove unused import
* lint
* lint
* 💄 tweak focus style for glance entities
* 💄 apply styling to focused state-label-badges
2020-01-11 11:50:43 +01:00
Joakim Sørensen
2848e3a63b
Adds CCS var usage to person dialog ( #4449 )
2020-01-11 11:49:57 +01:00
Bram Kragten
5a172a64c5
Make entry flow dialog modal ( #4440 )
...
* Make entry flow dialog modal
* Add close button
* Update dialog-data-entry-flow.ts
* Fix aria-label
2020-01-10 16:40:19 -08:00
HomeAssistant Azure
433aa16ea6
[ci skip] Translation update
2020-01-11 00:32:34 +00:00
HomeAssistant Azure
50cb8cf3cc
[ci skip] Translation update
2020-01-10 00:32:38 +00:00
Sean Mooney
4e5406b27b
Typo fix in issue template ( #4445 )
...
fixes small typo, necesarry = necessary
2020-01-09 09:29:42 -06:00
Franck Nijhof
80eb80619a
Add configuration for Lock Threads on closed pull requests ( #4443 )
2020-01-09 11:40:25 +01:00
Ian Richardson
bf71b3a869
♻️ convert ha-attributes to lit-element ( #4350 )
...
* ♻️ convert ha-attributes to lit-element
* Address comments
* inline items
* 🐛 Fix attribution display logic
2020-01-09 10:22:23 +01:00
HomeAssistant Azure
ff270c4b7d
[ci skip] Translation update
2020-01-09 00:32:44 +00:00
Bram Kragten
8b659498b6
Merge pull request #4439 from home-assistant/dev
...
20200108.0
2020-01-08 18:54:05 +01:00
David F. Mulcahey
5415068917
Rework the ZHA config panel ( #4415 )
...
* convert zha config panel to tabs
* add spacer to prevent combobox from hitting bottom
* break clusters out into their own section
* cleanup buttons
* remove header
* make devices default tab
* convert from tabs to a list view
* convert to table on dashboard
* fix anchor on mobile safari
* cleanup CSS to fix display on mobile
* cleanup card css
* more css cleanup
* fix group page
* remove translations changes
* Update src/panels/config/zha/zha-clusters.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-config-dashboard.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-device-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-groups-dashboard.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* review comments
* fix dangling quote after commit suggestion
* css cleanup
* remove flex rules
* remove flex rules
* css cleanup
* remove dialog per review comments
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-01-08 18:35:21 +01:00
Bram Kragten
357a67c00d
Bumped version to 20200108.0
2020-01-08 18:26:20 +01:00
HomeAssistant Azure
cbe4269320
[ci skip] Translation update
2020-01-08 17:25:54 +00:00
Bram Kragten
fbd5185ce2
Add ability to remove Lovelace config ( #4430 )
...
* Add ability to remove Lovelace config
* Update hc-lovelace.ts
2020-01-08 18:19:10 +01:00
Bram Kragten
a33cf97e2c
Fix moving actions with data ( #4438 )
2020-01-08 18:18:53 +01:00
Pascal Vizeli
7e7da26543
Update azure-pipelines-translation.yml for Azure Pipelines
2020-01-08 16:54:09 +01:00
Bram Kragten
79058e893b
Add alert when Google sync failed ( #4435 )
2020-01-08 15:59:22 +01:00
Bram Kragten
e9231fc17e
20200107.0
...
20200107.0
2020-01-07 21:26:10 +01:00
Bram Kragten
2eb548bb74
Merge branch 'master' into dev
2020-01-07 20:53:23 +01:00
Bram Kragten
08baf8a757
Bumped version to 20200107.0
2020-01-07 20:50:51 +01:00
Bram Kragten
f02fa6a94b
Add multi select to entity registry ( #4424 )
...
* Add multi select to entity registry
* Fix filter and sort on status
* Remove unused prop platform
* Review
* Update ha-config-entity-registry.ts
2020-01-07 12:29:42 +01:00
Bram Kragten
2ed6d0e73c
Make modal of Lovelace editor dialogs ( #4426 )
...
Fixes #4425
2020-01-06 22:25:17 +01:00
David F. Mulcahey
35d9b2ac3c
Add the ability to create new Zigbee groups to the ZHA config panel ( #4384 )
...
* add group page
* Update src/panels/config/zha/zha-add-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* fix group name handling
* Update src/panels/config/zha/zha-add-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-01-06 07:02:47 -05:00
Bram Kragten
18d09c6f04
Add UI for restored entities ( #4414 )
...
* Add UI for restored entities
* Add conformation for removal
* Apply suggestions
* Guard
2020-01-03 12:44:25 +01:00
Joakim Sørensen
70b81de49d
Force rerender on update/save ( #4396 )
...
* Force rerender on update/save
* Fix linting issue
* Define properties by using @property() instead
* Add styles to disabled save button
* Change to use @customElement, and remove _generation as a property.
2020-01-02 21:15:26 +01:00
David Cramer
f0808c1f54
Add ha-subppage toolbar css styles ( #4409 )
2020-01-02 20:55:43 +01:00
Jay
e779f0747e
Change TRIGGER to EXECUTE ( #4413 )
...
There's been some confusion among new users about what the `TRIGGER` button does in the automation info popup. `EXECUTE` better represents what pressing that button does since it bypasses conditions and simply runs the action like a script. The automation docs at <https://www.home-assistant.io/docs/automation/action/ > also say "The action of an automation rule is what is being executed when a rule fires."
2020-01-02 20:16:39 +01:00
David F. Mulcahey
bdd18775c3
Add group editing to the ZHA config panel ( #4382 )
...
* add group editing
* Update src/panels/config/zha/zha-devices-data-table.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-devices-data-table.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* review comments
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-01-02 15:59:18 +01:00
David F. Mulcahey
711d51c022
Disable ZHA device binding buttons when a device to bind isn't selected ( #4407 )
...
* only enable buttons when a device is selected
* review comments
2020-01-02 07:24:40 -05:00
David F. Mulcahey
1b0d8bba29
fix area index on ZHA device card ( #4406 )
2020-01-02 10:50:19 +01:00
Colin Frei
2988cc512f
Fix grammatical error ( #4403 )
2020-01-02 10:28:36 +01:00