Steve Repsher
e8e4733fc9
Fix localize key type errors for states ( #14691 )
...
* Replace unavailable state checks with type predicate
* Remove localize exceptions related to state
* Use literal types for climate attributes
* Add fan action to climate tile badge
* Use literal types for truncated states in badges
* Use literal type for humidifier state
* Replace unavailable state checks in calendar and tile card
* Avoid string split for truncated key
2022-12-14 19:39:10 +01:00
Philip Allgaier
b4d6fc3c20
Handle "idle" state of alert entity ( #14779 )
2022-12-14 19:08:08 +01:00
karwosts
25a5bd568a
Fix entity-filter handling of numeric states for == and != operators. ( #14726 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
fixes undefined
2022-12-14 17:51:33 +00:00
karwosts
77b8152c55
Make map card trails clickable, provide time context. ( #14515 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-12-14 18:39:38 +01:00
Bram Kragten
01a4b55ed8
Use entity picker in calendar event editor ( #14772 )
2022-12-14 16:27:05 +00:00
Steve Repsher
311d11f2da
Add title attributes to iframes for accessibility ( #14760 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-12-14 16:50:14 +01:00
Jan Bouwhuis
1044b3c399
Add retain switch for MQTT publish ( #14714 )
2022-12-14 16:42:44 +01:00
Jan Bouwhuis
239d3ca00c
Add QoS option for MQTT subscribe ( #14565 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-12-14 16:42:11 +01:00
Steve Repsher
00c2cb731b
Remove unnecessary labels from dashboard menu ( #14605 )
2022-12-14 12:16:45 +01:00
Philip Allgaier
ef7d839c0f
Use the calendar color for state icon in event details ( #14670 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-12-14 12:15:36 +01:00
uvjustin
872395bec5
Enable http cache for local media-player-browse thumbnails ( #13339 )
2022-12-14 11:38:20 +01:00
Paul Bottein
5faf7cf0af
Add pulse animation for jammed state for lock ( #14766 )
2022-12-14 11:35:41 +01:00
Philip Allgaier
e768c78dce
Enable weather entity row to show secondary info ( #14639 )
2022-12-14 11:35:25 +01:00
Denis Shulyaka
50cc8594be
humidifier card: fix humidity not visible ( #14575 )
2022-12-14 11:34:10 +01:00
karwosts
363092ff03
Remove min/max >=1 requirement from gauge-card-editor ( #14682 )
...
fixes undefined
2022-12-14 11:25:24 +01:00
epenet
1bce5efc9e
Add new sound pressure device class ( #14592 )
...
* Add sound pressure device class
* Update const.ts
* sort
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-12-14 10:20:27 +01:00
epenet
14513e5905
Add new data rate device class ( #14594 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-12-14 10:18:55 +01:00
epenet
b168f8d027
Add new data size device class ( #14595 )
2022-12-14 10:18:11 +01:00
epenet
e151520d74
Add stones to weight units ( #14749 )
2022-12-14 10:17:55 +01:00
Philip Allgaier
02b763e8f3
Add snow weather icon SVG class ( #14655 )
...
fixes undefined
2022-12-14 10:17:34 +01:00
Philip Allgaier
498102ddd9
Classify binary sensor locks active state as alert (= red) ( #14761 )
...
fixes undefined
2022-12-14 09:44:43 +01:00
Bram Kragten
2176d4dcea
Make editing home location more clear ( #14636 )
2022-12-14 09:13:31 +01:00
Paulus Schoutsen
9fdef3df6d
Update conversation API ( #14763 )
...
* Update conversation API
* Update action done
* Add query done data
* Update conversation_id type
2022-12-13 23:10:57 -05:00
Philip Allgaier
9c27bb37a0
Ensure consistent light state icon brightness ( #14740 )
...
* Ensure consistent light state icon brightness
* Update hui-entity-card.ts
* Update hui-entity-card.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2022-12-13 17:23:49 +01:00
Bram Kragten
f7aecb0d6d
Move groups up, after areas, move devices down ( #14741 )
2022-12-13 17:01:59 +01:00
Paul Bottein
b82d6fd35f
Fix climate hvac action color ( #14747 )
2022-12-13 16:49:12 +01:00
Paul Bottein
62bc171b8c
Only use custom color when active on tile card ( #14744 )
2022-12-13 14:17:13 +01:00
Paul Bottein
2d7973af79
Fix brightness on button card ( #14724 )
2022-12-13 14:02:48 +01:00
Paul Bottein
d64bb98bb4
Fix binary sensor color when off ( #14735 )
2022-12-13 12:11:09 +01:00
Paul Bottein
5cabf1d041
Use compute state display for select ( #14736 )
2022-12-13 11:07:57 +01:00
Philip Allgaier
180357e0db
Align domain icon for person and device_tracker when away ( #14652 )
2022-12-13 09:59:26 +01:00
Bram Kragten
c1dba217da
Make error on general config better + default timezone ( #14635 )
2022-12-12 20:20:56 +01:00
Steve Repsher
8d1ecdb27e
Bump prettier to 2.8.1 ( #14694 )
...
* Bump prettier to 2.8.1
* Reformat ha-data-table
2022-12-12 11:45:06 -05:00
Paul Bottein
0fb35fd0d0
Transparent unavailable state in history ( #14710 )
...
* Use transparent color for unavailable state for history
* Remove inactive color
* Only color active state for badge icon
* Simplify condition
* Update src/components/chart/timeline-chart/textbar-element.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-12-12 15:52:33 +01:00
Paul Bottein
544272b4df
Improve entity not found tile card ( #14711 )
2022-12-12 15:49:31 +01:00
Philip Allgaier
b939978de1
Enable full day event mode in calendar card day grid ( #14716 )
2022-12-12 15:48:26 +01:00
Bram Kragten
d74fb8717c
Fix sorting auto generated dashboard ( #14707 )
2022-12-12 15:47:05 +01:00
Philip Allgaier
f204a163d4
Show pointer cursor when hovering calender event or day number ( #14712 )
2022-12-12 15:21:28 +01:00
Philip Allgaier
bc9fb9a472
Fix event alignment for current day ( #14717 )
2022-12-12 15:21:01 +01:00
karwosts
1e654d9661
Fix gauge-editor loading of severity values. ( #14700 )
...
fixes undefined
2022-12-12 15:20:29 +01:00
Paul Bottein
03d33759b8
Use light blue for media player to improve contrast ( #14713 )
2022-12-12 14:09:55 +01:00
Bram Kragten
467957005d
Fix pick dashboard row ( #14708 )
2022-12-12 11:58:30 +01:00
Philip Allgaier
fe0492c2e0
Enable all-day / multi-day rendering for calendar ( #14660 )
2022-12-12 10:44:29 +01:00
Philip Allgaier
0b377c060c
Only reset primary/accent color if theme actually changes ( #14659 )
...
fixes undefined
2022-12-12 10:43:20 +01:00
Jan Bouwhuis
0f971e5868
Add QoS parameter for MQTT Publish ( #14559 )
...
* Add QoS parameter for MQTT Publish
* Follow up comment
2022-12-12 09:42:37 +01:00
Philip Allgaier
1dbe8c9b64
Ensure consistent "blank before percent" handling ( #14638 )
2022-12-09 21:47:57 -05:00
Paul Bottein
6e4a6cb0db
Improve person/alarm/lock state ( #14633 )
...
* Opening device_class as alerting
* Don't use blue color for default active color
* Improve lock colors
* Green color for disarmed alarm
* Revert "Opening device_class as alerting"
This reverts commit b78342678d430eb3967f82e759342955b44417ad.
* Don't use active color
* Revert amber color because fixed in another PR
* Improve person, lock and alarm color state
* Sort variables
* Use alarm color in alarm card
2022-12-09 21:38:59 -05:00
epenet
3f1903bd87
Add new irradiance device class ( #14593 )
2022-12-09 21:57:28 +01:00
epenet
9643e0268f
Add new atmospheric pressure device class ( #14596 )
2022-12-09 21:56:57 +01:00
Paul Bottein
23573d8c26
Theme color fixes ( #14672 )
...
* Split off and unavailable colors
* off and unvailable in history panel
* Refactor tile card color code
* Use new color in state badge
* Use new colors in button and entity card
* Rename off to inactive
* Add inactive color to color picker
* Use amber instead of blue
2022-12-09 10:04:14 -05:00