Commit Graph

10445 Commits

Author SHA1 Message Date
Paul Bottein 8805ddc76f
Add dedicated more info for no state entity 2023-03-01 15:32:51 +01:00
Bram Kragten f803bbadc9
Set css optimise level to 0 (#15652) 2023-03-01 14:24:00 +00:00
Paul Bottein 2ab8bba4b0
Sort null and undefined at the bottom in data-table (#15651)
Sort null and undefined at the bottom in datatable
2023-03-01 14:22:57 +00:00
Philip Allgaier 1a1c00ba62
Add loading info text to hardware config page (#15616)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-03-01 15:10:14 +01:00
Bram Kragten 7b4850b5d6
Bump core js, replace serve with serve-handler (#15637)
* Bump core js, remove serve from deps

* resplace serve with serve-handler
2023-03-01 09:08:56 -05:00
dependabot[bot] 42688e100c
Bump hls.js from 1.3.3 to 1.3.4 (#15644)
Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](https://github.com/video-dev/hls.js/compare/v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: hls.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-01 09:04:48 -05:00
Bram Kragten d32cde3cf8
Fix more info position (#15650) 2023-03-01 13:42:42 +00:00
Paul Bottein 34c15d96c1
Reduce more-info dialog margin (#15649)
Reduce more-info margin
2023-03-01 13:28:35 +00:00
Paul Bottein 0d869d53e3
Adapt more info control height for small screen (#15647)
* Adapt more info control height for small screen

* Fix light picker sliders
2023-03-01 12:15:12 +01:00
Paul Bottein ccf670465b
Fix statistics name sorting in developer tools (#15646) 2023-03-01 10:30:11 +00:00
Erik Montnemery 4a9ec7233d
Fetch weather units from core (#15212) 2023-03-01 11:24:48 +01:00
Paul Bottein c747ab7605
Add on/off icon for some domains (#15640) 2023-03-01 11:24:35 +01:00
Paul Bottein 9c703ab469
Add color temperature value to light more info (#15639) 2023-03-01 11:24:01 +01:00
Paul Bottein e3b797e85c
Fix more info for disabled entity (#15641) 2023-03-01 10:29:19 +01:00
Bram Kragten a5541996d7
Prevent config menu jump when cloud info loads (#15638)
Prevent config menu jump
2023-02-28 17:21:52 +01:00
Paul Bottein ea95fb98aa
Fix lock more info with attributes (#15622)
* Fix lock more info with attributes

* Update src/dialogs/more-info/controls/more-info-lock.ts

Co-authored-by: Bram Kragten <mail@bramkragten.nl>

---------

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-02-28 10:34:35 +00:00
karwosts 4b428a60cd
Fix a hang in history graph card editor (#15623) 2023-02-28 11:06:51 +01:00
Steve Repsher 9ce4563dd4
Prefer nothing over empty templates (#15633) 2023-02-28 11:02:47 +01:00
J. Nick Koston 4031d9cc78
Avoid loading the whole entity registry for more info (#15627) 2023-02-28 10:58:45 +01:00
J. Nick Koston 20f2f5b317
Avoid fetching all stats metadata when there are no entities on the energy panel (#15591)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-02-28 10:57:04 +01:00
Paulus Schoutsen 6af57fa2cd
Temp patch to fix Rollup build (#15631) 2023-02-28 10:54:27 +01:00
Steve Repsher 17e6e132d1
Minify HTML and CSS template literals (#15624) 2023-02-28 00:02:04 -05:00
dependabot[bot] 67d064db28
Bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 (#15629)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.53.0 to 5.54.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 04:37:18 +00:00
dependabot[bot] e0df5e4631
Bump @typescript-eslint/parser from 5.53.0 to 5.54.0 (#15628)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.53.0 to 5.54.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 04:20:49 +00:00
Paul Bottein 702c24d908
Bumped version to 20230227.0 2023-02-27 21:02:33 +01:00
Marius 5eafecf95d
add domain icons for fan (#15613) 2023-02-27 16:30:14 +00:00
Bram Kragten 7f644530e4
Add delete and add thread dataset (#15619) 2023-02-27 17:27:58 +01:00
wizmo2 3aea416175
Add --ha-label-badge-border-radius (#15597)
allows button shape to be customized in themes.
2023-02-27 16:48:38 +01:00
Paul Bottein 868c414759
Show all hardware button for supervised installs (#15617) 2023-02-27 15:03:34 +00:00
Paul Bottein f4848964c3
Restart dialog improvements (#15611) 2023-02-27 12:00:02 +01:00
dependabot[bot] b10c95e803
Bump weekstart from 1.1.0 to 2.0.0 (#15608)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 10:38:15 +01:00
J. Nick Koston 25cf879793
Fix duplicate fetch of stats metadata in more info (#15590) 2023-02-27 10:27:26 +01:00
Steve Repsher ba3b265b9a
Fix invalid style in password manager polyfill and ha-bar (#15603) 2023-02-27 10:22:55 +01:00
Steve Repsher 7568ae5964
Fix unsafe optional chaining (#15604) 2023-02-27 10:11:44 +01:00
Paul Bottein d4ace99de3
Fix display precision label when unknown or unavailable (#15610) 2023-02-27 10:10:35 +01:00
dependabot[bot] 087bda22d4
Bump systemjs from 6.13.0 to 6.14.0 (#15606) 2023-02-27 00:59:24 -05:00
dependabot[bot] 83ffc754c9
Bump vis-network from 9.1.2 to 9.1.4 (#15609) 2023-02-27 00:56:22 -05:00
dependabot[bot] 7a8ea4a9f9
Bump eslint from 8.34.0 to 8.35.0 (#15607) 2023-02-27 00:55:11 -05:00
Bram Kragten 650f32ba6d
Bumped version to 20230224.0 2023-02-24 21:05:47 +01:00
Bram Kragten 01ec9aaf96
Get all entity reg categories (#15581) 2023-02-24 14:33:31 +01:00
Bram Kragten 682f383c9e
Fix entity settings for entity with no entity reg (#15577) 2023-02-24 09:29:20 +01:00
Paul Bottein 7724fa02d7
Fix all hardware button (#15579) 2023-02-24 09:27:53 +01:00
dependabot[bot] 0a49bf2d4c
Bump @types/glob from 8.0.1 to 8.1.0 (#15558)
Bumps [@types/glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/glob) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/glob)

---
updated-dependencies:
- dependency-name: "@types/glob"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 20:15:11 +01:00
Bram Kragten 12478a2177
Fix dialog stopping scrolling (#15574) 2023-02-23 17:18:36 +00:00
Paul Bottein 96a261d831
Add swipe gesture to control switch (#15567)
* Add swipe gesture to control switch

* Update src/components/ha-control-switch.ts

Co-authored-by: Bram Kragten <mail@bramkragten.nl>

* Only add necessary listener

---------

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-02-23 17:13:03 +00:00
Bram Kragten 1095088d42
Bumped version to 20230223.0 2023-02-23 17:42:15 +01:00
Bram Kragten 43541f9754
Fix area picker (#15566) 2023-02-23 16:35:25 +01:00
Bram Kragten f69ae84cc6
Use entity registry display api (#15549) 2023-02-23 16:30:13 +01:00
Paul Bottein 7173b30716
Add margin between logbook and history (#15571) 2023-02-23 15:23:24 +00:00
Paul Bottein f92deb3225
Add haptic support to light toggle button (#15569) 2023-02-23 16:20:22 +01:00