Bram Kragten
788e48a5a6
Bumped version to 20230802.0
2023-08-02 13:52:27 +02:00
Bram Kragten
0f56e8f985
Update ha-panel-shopping-list.ts
2023-08-02 13:52:03 +02:00
Bram Kragten
5f95968c8f
Make event entity row show time as relative by default, hide in gener… ( #17456 )
2023-08-02 13:48:48 +02:00
Simon Lamon
e8aa08b717
Replace paper-input elements in supervisor network dialog ( #17387 )
2023-08-02 10:39:51 +02:00
Bram Kragten
a181189a49
20230801.0 ( #17450 )
20230801.0
2023-08-01 11:16:30 +02:00
Bram Kragten
f792e708a3
Bumped version to 20230801.0
2023-08-01 11:12:56 +02:00
Bram Kragten
41643b20e7
Change event logbook message ( #17449 )
2023-08-01 10:44:15 +02:00
Joost Lekkerkerker
ece676e3dc
Make required asterisk consistent ( #17403 )
2023-08-01 09:41:34 +02:00
karwosts
85c3d8ecd8
Add missing states in media_player state picker ( #17418 )
2023-08-01 09:41:00 +02:00
karwosts
3c62f5597a
Display choose option alias if configured ( #17429 )
2023-08-01 09:39:32 +02:00
renovate[bot]
76388114aa
Update dependency eslint to v8.46.0 ( #17443 )
2023-07-31 20:08:49 -04:00
Bram Kragten
3e60d2e850
Don't show wrong info in logbook ( #17439 )
2023-07-31 20:25:57 +02:00
Bram Kragten
2a9ef7d91f
Align event state display ( #17442 )
2023-07-31 18:27:35 +02:00
Bram Kragten
4612099e88
Fix weather more info date display ( #17440 )
2023-07-31 17:54:39 +02:00
renovate[bot]
f953ec6e1c
Update dependency eslint-plugin-import to v2.28.0 ( #17437 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-31 09:34:48 -04:00
Joost Lekkerkerker
a5cd350d25
Fix unknown event type bug ( #17426 )
...
* Fix unknown event type bug
* Update src/data/logbook.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-07-31 13:31:39 +02:00
Bram Kragten
0ee231ee85
Fix demo ( #17438 )
...
* Fix demo
Fix energy and notification in demo
* Update config_entries.ts
2023-07-31 06:16:46 -04:00
renovate[bot]
b154607552
Update dependency eslint-config-prettier to v8.9.0 ( #17432 )
2023-07-30 10:47:55 -04:00
renovate[bot]
d3ba19b0e0
Update typescript-eslint monorepo to v6.2.0 ( #17419 )
2023-07-27 21:20:44 -04:00
Franck Nijhof
626b51112f
20230725.0 ( #17407 )
20230725.0
2023-07-25 18:02:12 +02:00
Franck Nijhof
de4d517918
Bumped version to 20230725.0
2023-07-25 17:35:49 +02:00
renovate[bot]
89b5a082e5
Update CodeMirror ( #17376 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-24 11:54:57 -04:00
Franck Nijhof
5ed767804c
Complete service translation support in service dev tools ( #17399 )
2023-07-24 17:43:31 +02:00
Franck Nijhof
17c9e91092
Adjust default icon of event entity ( #17401 )
2023-07-24 17:43:20 +02:00
renovate[bot]
02f01aba0e
Update vaadinWebComponents monorepo to v24.1.4 ( #17397 )
2023-07-24 10:35:43 -04:00
Franck Nijhof
4fd5dfd6ae
Add My support for companion app settings ( #17398 )
2023-07-24 15:57:13 +02:00
renovate[bot]
2c7e17ce89
Update dependency @types/luxon to v3.3.1 ( #17396 )
2023-07-24 01:17:23 -04:00
Miguel Camba
d6e279e8f4
Add device_class PH, including default icon ( #17385 )
2023-07-23 18:50:40 +02:00
Steve Repsher
e21f951368
Enable cache in CI and locally for ESLint and Prettier ( #17384 )
2023-07-22 19:52:57 +02:00
renovate[bot]
c7cf49de05
Update dependency hls.js to v1.4.10 ( #17383 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-21 23:25:23 -04:00
G Johansson
ec58862f3e
Implement forecast types for Weather ( #15028 )
...
* Implement forecast types
* editor
* Fix twice_daily
* All cards
* Review comments
* hasforecast
* card-editor
* forecast default
* Review comments
* fix entity row
* Remove legacy option
* Check if selected forecast is supported when picking entity
* Always show weather_to_show selector
* comments
* Update types.ts
* Hourly before twice-daily
* Expose forecast via WS instead of as state attributes
* Unsubscribe on disconnect
* lint
* prettier
* Fix _forecastSupported
* Improve conditions for subscribing to forecast updates
* Teach weather entity row and more info to subscribe
* Fix subscribing
* Deduplicate code in getForecast
* Simplify
* Tweak subscribe logic
* Address review comments
---------
Co-authored-by: Erik <erik@montnemery.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-07-21 17:30:59 +02:00
Franck Nijhof
0eebc9095c
Add event entity ( #17332 )
2023-07-21 12:18:32 +02:00
karwosts
3189ef0701
Fix dialog-edit-view yaml editor ( #17374 )
2023-07-21 08:51:41 +02:00
karwosts
308d4b0a62
Fix Options flow missing submit button & finish button. ( #17361 )
...
* Fix missing submit button in options flow
* Fix missing header and finish button at end of options flow
* load config translations for options flow
* one more revert
2023-07-20 21:02:08 -04:00
renovate[bot]
795831d4cf
Update typescript-eslint monorepo to v6.1.0 ( #17370 )
2023-07-20 20:47:12 -04:00
renovate[bot]
406f868642
Update dependency webpack to v5.88.2 ( #17372 )
2023-07-20 20:36:44 -04:00
karwosts
a1748260d3
Always show translated labels for ha-form-multi_select ( #17360 )
2023-07-20 16:15:59 +02:00
karwosts
09e26c8fd7
Missing translation in data-table ( #17356 )
2023-07-20 16:15:19 +02:00
karwosts
11fa9d1ed8
Fix guiMode toggle bugs in element-editor ( #17282 )
2023-07-20 16:14:32 +02:00
renovate[bot]
38ea25cf5a
Lock file maintenance ( #17357 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-19 23:10:47 -04:00
Franck Nijhof
3ce0fc0a2a
Add My support for Assist dev tools ( #17342 )
2023-07-19 17:45:38 -04:00
karwosts
e6a3bd4b8c
Add a missing translation ( #17351 )
2023-07-19 18:11:20 +02:00
renovate[bot]
f8fcf304d4
Lock file maintenance ( #17344 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-19 13:35:47 +02:00
renovate[bot]
efc442da5b
Lock file maintenance ( #17341 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-19 13:08:09 +02:00
Erik Montnemery
8171b02b75
Allow changing channel from the thread configuration panel ( #17285 )
2023-07-19 10:48:43 +02:00
renovate[bot]
88259c8de0
Update dependency @rollup/plugin-commonjs to v25.0.3 ( #17337 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-18 13:42:30 -04:00
Paul Bottein
61ab08519f
Use device battery entity for vacuum more info ( #17328 )
2023-07-18 17:21:03 +02:00
Paul Bottein
1250eac11b
Use ha-outlined icon button in lock more info ( #17339 )
2023-07-18 17:18:05 +02:00
Will Adler
d323db8479
Update self-sufficiency card title and tooltip ( #17241 )
2023-07-18 17:17:31 +02:00
Steve Repsher
c71fd055a4
Expand use of prettier to all tracked files ( #17311 )
2023-07-18 17:16:33 +02:00