Alex Gustafsson
9ca6a886f5
Fix hide clear icon of entity picker ( #24821 )
2025-03-28 08:04:40 +00:00
Wendelin
a7b1c45c00
Replace simple-tooltip with ha-tooltip ( #24384 )
...
* Start with simple-tooltip migration
* Remove simple-tooltip
* Fix tooltip in hassio-repositories
* Remove space
* Update hassio/src/dialogs/repositories/dialog-hassio-repositories.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/components/ha-icon-overflow-menu.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/components/ha-target-picker.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/components/media-player/ha-media-player-browse.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/components/ha-target-picker.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Fix content props
* Use ha-tooltip in data-table-icon
* Update src/panels/config/areas/ha-config-area-page.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/panels/config/devices/ha-config-device-page.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/panels/config/integrations/ha-integration-card.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/panels/config/integrations/ha-integration-card.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/panels/config/integrations/ha-integration-list-item.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/panels/config/integrations/ha-integration-list-item.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2025-02-25 14:58:38 +01:00
karwosts
b9acd40b0f
Add zones to state picker for person/device_tracker ( #24201 )
...
* Add zones to state picker for person/device_tracker
* not for attributes
2025-02-14 22:44:05 +01:00
Paul Bottein
b89bd0be3b
Fix delete button for state content in iOS and Android ( #23847 )
2025-01-22 14:25:06 +00:00
Paul Bottein
51e6e6d230
Fix delete button for state content in iOS ( #23839 )
2025-01-22 08:16:35 -05:00
Wendelin
e703750136
Add and fix stylistic eslint rules ( #23735 )
...
* Fix stylistic eslint rules
* Fix eslint issues
2025-01-14 21:00:14 +01:00
Bram Kragten
ebcee7680a
Fix tooltip more info ( #23605 )
2025-01-06 17:56:38 +01:00
ildar170975
d71b29d089
border-radius fixes for state-badge ( #23212 )
2024-12-20 15:06:03 +01:00
Paul Bottein
6934f0626c
Fix boolean attributes ( #23189 )
2024-12-06 18:39:34 +01:00
Petar Petrov
7a12fd2853
Fix ALL the eslint warnings ( #23165 )
...
* Fix many lint warnings
* Fix ALL lint warnings
* small fix
* type fixes
2024-12-06 09:55:07 +01:00
Wendelin
830d8d2410
Add type import check to eslint ( #22488 )
...
* Add type import check to eslint
* Add type imports with eslint --fix
2024-10-30 11:12:30 +00:00
Wendelin
ff9af2f980
Fix delete appearance chip ( #22098 )
...
* Add filter option to ha-sortable
* Filter chips remove buttons from dragging in ha-entity-state-content-picker
2024-09-26 14:11:34 +02:00
Paul Bottein
f7f37c24e2
Filter selected entities in entities picker using includeEntities property ( #22059 )
...
* Filter selected entities in entities picker using includeEntities property
* Don't ignore other property when using include entities
2024-09-23 15:55:13 +00:00
Paul Bottein
4719775926
Allow name in state content for badges ( #21576 )
2024-08-05 17:14:10 +02:00
Paul Bottein
d94d5f96c3
Fix state content options when opening ( #21437 )
2024-07-19 16:48:03 +02:00
renovate[bot]
ef3758da55
Update dependency prettier to v3.3.3 ( #21408 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com >
2024-07-16 18:32:13 +02:00
Paul Bottein
f87296d978
Add state content component ( #21370 )
...
* Move state content into its own component for reusability
* Add entity state content selector
* Use live timer
* Rename live timer to remaining time and remove remaining attribute from state content list
* Move default in state content component
* Fix picker
2024-07-15 14:08:00 +02:00
karwosts
6ccbeb8a75
Fix entity picker delete button ( #20875 )
2024-05-26 15:29:57 +02:00
Simon Lamon
2113cf5280
Trim search inputs ( #20825 )
2024-05-22 10:39:32 +02:00
karwosts
ff9f331287
Expand createDomains to more selectors ( #20714 )
...
Expand createDomains to more pickers
2024-05-06 15:26:13 +02:00
karwosts
af37d57779
Fix entity picker delete entity ( #20542 )
2024-04-17 19:48:25 +02:00
karwosts
178feb7330
Create helpers from automation editor ( #19287 )
...
* Create helpers from automation editor
* support multiple createDomains
* localization
* fix lint
* Move multi domain to entity picker
* Update dialog-helper-detail.ts
* Update ha-config-helpers.ts
* optimize a little
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2024-04-12 18:38:39 +00:00
Steve Repsher
45e09a262b
Fix issues with state_color as false ( #19776 )
...
* Fix issues with state_color as false
* Remove format from glance timestamp
* Restore type assertion hack and remove conditional
* Revert "removal of glance timestamp format and adjust types to make it work
* Revert to minimal change just to pass false state_color
2024-02-27 15:20:13 +01:00
Paul Bottein
d1592bf262
Fix ha-state-badge name in picture element card ( #19703 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2024-02-07 10:15:10 +01:00
Yosi Levy
7b3797502a
RTL simplification and updates ( #19586 )
...
* RTL simplification and updates
* Fixes
* Fix weird icon offset when mwc-list-item is in a concat html``
* Additional updates
2024-02-01 14:29:00 +01:00
Paul Bottein
314499005d
Clean domain icons ( #19533 )
...
* Use state icon inside alarm control panel card
* Add domain icon component and clean old files
* Clean code
* Migrate area card
* Remove some icon rules
* Update ha-bar-media-player.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update ha-domain-icon.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2024-01-30 14:49:39 +01:00
Steve Repsher
349344161a
Fix incompatible object/array property types (2 of 3) ( #19482 )
2024-01-22 16:04:58 +01:00
Franck Nijhof
69139b35e1
Clean up updater remains ( #19501 )
2024-01-21 23:07:40 +01:00
Bram Kragten
081636b3e7
Add support for icon translations ( #19406 )
...
* Add support for icon translations
* Use slot for icons
* Update more-info-climate.ts
* Review and fixes
* Update entity-registry-settings-editor.ts
2024-01-19 14:55:02 +01:00
Steve Repsher
24bfa4919a
Fix property visibility mismatches (2 of 2) ( #19448 )
2024-01-19 09:39:41 +01:00
Steve Repsher
6234f7b7d2
Initialize boolean properties ( #19445 )
2024-01-18 16:39:33 +01:00
karwosts
22625a805d
Don't show duplicates in statistics picker ( #19422 )
...
* Filter duplicates from ha-statistics-picker
* use repeat
2024-01-16 22:40:27 +01:00
Steve Repsher
70fcea0c2b
Disable attributes for hass, stateObj, selector, and route properties ( #19362 )
...
* Disable attribute for hass properties
* Disable attribute for stateObj properties
* Disable attribute for selector properties
* Disable attribute for route properties
* Switch from Object type to no attribute for same properties
2024-01-15 15:52:10 +01:00
Paul Bottein
a5630a4a7d
Use switch for valve in entity row ( #19342 )
2024-01-09 16:15:33 +01:00
Steve Repsher
96a41704ea
Fix incompatible boolean property types ( #19337 )
2024-01-09 15:02:15 +01:00
Steve Repsher
3edc77c978
Fix missing element tag definitions ( #19329 )
2024-01-09 15:00:30 +01:00
Simon Lamon
4582c3ba0a
Migrate state cards from Polymer to Lit ( #18257 )
2023-11-28 13:30:39 +01:00
renovate[bot]
15395275ba
Update dependency prettier to v3.1.0 ( #18675 )
...
* Update dependency prettier to v3.1.0
* Reformat
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com >
2023-11-19 23:31:56 -05:00
Steve Repsher
01f51f3247
Cache brand images ( #17840 )
2023-10-25 09:28:28 +02:00
Paul Bottein
15c67fe299
Improve state and name display on state-card-display ( #18207 )
2023-10-13 10:38:19 +02:00
ildar170975
352e721d0c
Update state-badge.ts: change border-radius for media_player ( #18066 )
2023-10-09 14:11:29 +02:00
ildar170975
bfeee618f4
more-info: make long states "multilined" ( #17649 )
...
* align info when a state is multiline
* Enable multiline for long states
* Update state-info.ts
* Update state-card-display.ts
2023-10-09 13:52:03 +02:00
karwosts
db9b16e9f5
Change help link in statistics pickers in energy dashboard ( #18138 )
2023-10-09 13:47:46 +02:00
Bram Kragten
6179c75182
don't round update entity images ( #17972 )
2023-09-20 20:39:54 +02:00
Paul Bottein
c8feded4f2
Use format entity state helpers everywhere ( #17757 )
2023-09-01 15:26:46 +02:00
karwosts
d50a130345
Add show_name to state label badge ( #17603 )
2023-08-17 08:56:51 +02:00
karwosts
416661f3d1
Filter energy grid sources to not allow duplicates ( #17381 )
2023-08-09 16:18:57 +02:00
Paul Bottein
89e96e4681
Add new temperature control in climate more info ( #17002 )
...
* Add circular slider as temperature control
* Move climate icons and mode mapping
* Update icon
* Add mode icon
* Improve colors
* Add temperature control buttons
* Call service
* Remove climate control
* Some fixes
* Add current temp and humidity
* Fix default mode
* Swap state and current
* Some adjustments
* prettier
* Simplify color rules
* refactor cool mode
* Color button when dual climate
* Add current temp and humidity
* Fix opacity
* Hide current temp is below min or above max
* Adjust button size
* Add action label
* Better off and unavailable state
* Improve current color
* Add gallery
* Fix dark mode
* Add overflow
* Update src/dialogs/more-info/controls/more-info-climate.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/panels/lovelace/cards/hui-thermostat-card.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update src/dialogs/more-info/components/climate/ha-more-info-climate-temperature.ts
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2023-08-08 12:50:21 +02:00
karwosts
bde93c44bd
Fix statistic-picker filter behavior ( #17453 )
2023-08-02 13:53:05 +02:00
renovate[bot]
cb0bc762b1
Update dependency prettier to v3 ( #17215 )
...
* Update dependency prettier to v3
* Update config and remove .prettierignore
* Reformat
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com >
2023-07-14 17:40:17 +00:00