547 Commits

Author SHA1 Message Date
Bram Kragten
0eeed85193
Bunch of fixes and cleanup (#11636) 2022-02-10 08:24:47 -06:00
Joakim Sørensen
92a9ed7080
Create error when trying to backup wile system in freeze (#11634)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-02-10 10:29:42 +01:00
Joakim Sørensen
6a51e2aaad
Only show stable add-ons in the store if not advanced mode (#11596) 2022-02-07 23:18:52 +01:00
Bram Kragten
e72a4e4a20
Convert HaFormSchemas to use selectors (#11589) 2022-02-07 10:06:04 -06:00
Bram Kragten
0540bae707
Fix dialog heading aria label (#11524)
Co-authored-by: Zack Barett <arnett.zackary@gmail.com>
2022-02-03 14:54:37 +00:00
Joakim Sørensen
5e80a2b465
Make sure we load data in update card (#11516) 2022-02-03 09:56:38 +01:00
Philip Allgaier
ffaff30b46
Fix various supervisor tooltip and aria-label issues (#10878) 2022-01-25 16:36:35 +00:00
Paulus Schoutsen
f75bf1f676
Check for updates in add-on store (#11382) 2022-01-21 08:16:45 -08:00
Joakim Sørensen
7ad0b37a9e
Use backend logic for partial backup while updating (#11364) 2022-01-20 10:12:52 -08:00
Joakim Sørensen
930c7e4afa
Add backup size to backup table (#11365) 2022-01-20 10:08:53 -06:00
Paulus Schoutsen
f3642a1677
Use download util for diagnostics (#11349) 2022-01-18 08:52:29 +01:00
Joakim Sørensen
7d5b566312
Disable repository removal if used for installed add-ons (#10922) 2021-12-17 22:21:46 -08:00
Joakim Sørensen
07cd68f5d0
Always send homeassistant for partial restore (#10927) 2021-12-16 13:57:08 -08:00
Joakim Sørensen
99bf6fa781
Handle update-complete event on add-on page (#10929) 2021-12-16 12:39:21 -08:00
Joakim Sørensen
bfad1eb5ac
Add bottom margin to update card (#10948) 2021-12-16 12:33:46 -08:00
Joakim Sørensen
a7b558b64a
Add no update available message (#10891) 2021-12-13 17:20:38 +01:00
Joakim Sørensen
b7665bef6f
Don't backup core for supervisor/os updates (#10886) 2021-12-13 10:53:02 +01:00
Joakim Sørensen
24e8028e8f
Use _version_latest for change log URL (#10821) 2021-12-07 23:37:06 +01:00
Joakim Sørensen
419879ee7a
Fix core changelog URL (#10804) 2021-12-06 12:51:56 +01:00
Joakim Sørensen
6877fd9e00
Hide updates for dev as well (#10761) 2021-12-02 17:32:18 +01:00
Joakim Sørensen
4cc104a99f
Use add-ons for mobile header (#10760) 2021-12-02 17:31:41 +01:00
Joakim Sørensen
2a5fc5181e
Fix create backup checkbox (#10756) 2021-12-02 11:54:05 +01:00
Joakim Sørensen
1d97d8dca9
Handle 0 updates and show back on supervisor panels (#10744) 2021-11-30 23:30:38 -08:00
Joakim Sørensen
117b50f3ea
Add ha-faded (#10651) 2021-11-28 22:27:53 -08:00
Joakim Sørensen
43011179eb
Finish up config changes (#10710)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-11-26 17:24:30 +01:00
Joakim Sørensen
f70485bc49
Don't make button disabled on error (#10699) 2021-11-25 16:56:57 +01:00
Joakim Sørensen
5fd4315789
Fix addon slug (#10693) 2021-11-23 08:53:17 -08:00
Joakim Sørensen
ed291b57d0
Render update card on add-on page (#10681) 2021-11-23 08:18:40 -08:00
Laszlo Magyar
c95a54c6f3
Fixing typo in #10626 (#10686) 2021-11-22 18:59:35 +01:00
Joakim Sørensen
a991640f52
Remove first part of the update description (#10669) 2021-11-22 09:09:23 -08:00
Joakim Sørensen
3d99b92c07
Limit setting up supervisor subscriptions to the supervisor panel (#10680) 2021-11-22 08:59:28 -08:00
Joakim Sørensen
6335b13c5e
Remove core note on update page (#10661) 2021-11-21 09:16:06 -08:00
Joakim Sørensen
9f5756c9fa
Use ha-formfield around backup checkbox (#10653) 2021-11-18 16:09:39 -08:00
Joakim Sørensen
0ca35d7012
Remove ha-alert actionText (#10646) 2021-11-18 16:09:13 -08:00
Joakim Sørensen
91b009af79
Fix back button color (#10650) 2021-11-18 18:57:15 +01:00
Joakim Sørensen
a567312bdb
Show updates on dashboard for dev (#10637) 2021-11-17 18:39:16 +00:00
Joakim Sørensen
e9f0967578
Move updates (#10626) 2021-11-17 10:21:27 -08:00
Joakim Sørensen
87c2046ab5
Remove add-on store tab (#10624) 2021-11-15 09:15:20 -08:00
Joakim Sørensen
3fd0becfd4
Update registry dialog (#10524) 2021-11-04 13:47:53 +01:00
Joakim Sørensen
12ef191a0f
Handle missing hass with backup upload during onboarding (#10523) 2021-11-04 13:47:30 +01:00
Joakim Sørensen
3adbc4cfaf
Use ha-chip instead of ha-label-badge for add-on capabilities (#10398) 2021-10-25 18:25:37 +02:00
Joakim Sørensen
b760e543b0
Fix overflow icon color in backup dialog (#10331)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-10-20 08:41:56 +00:00
Bram Kragten
7488eb782d
Migrate all paper dialogs to mwc (#10333) 2021-10-19 13:56:49 -07:00
Joakim Sørensen
b1e6935df9
Fix select options for add-on config (#10330) 2021-10-19 22:54:07 +02:00
Joakim Sørensen
62d3f74513
Change unsupported reason container to software (#10325) 2021-10-19 18:37:38 +02:00
Joakim Sørensen
21e1fef0fb
Use error for protection mode alert (#10315) 2021-10-19 18:37:22 +02:00
Philip Allgaier
bdb3c04037
Ensure current active dark modes gets used for manually set themes (#10307) 2021-10-18 22:09:21 +02:00
Paulus Schoutsen
9fe4c79782
Convert all warning classes to ha-alert (#10289) 2021-10-16 14:38:58 +02:00
Philip Allgaier
0c940be5fb
Consolidate all icon button logic into <ha-icon-button> + ensure tooltip (#9230) 2021-10-14 15:44:20 +02:00
Paulus Schoutsen
a839494a1e
Use MWC components for ha-form (#10120) 2021-10-07 12:21:35 -07:00