* Add support for labels
* Update ha-label-picker.ts
* Remove aliases from label
* Use opacity for chips in labels picker
* Fix label filtering in target picker
* Update ha-labels-picker.ts
* Update dialog-area-registry-detail.ts
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Add floor support
* Update src/components/ha-area-floor-picker.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Use different type for floor area picker
* type
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Increase control slider thickness and border radius
* Increase control switch, select thickness and border radius
* Update assumed state toggle buttons
* entity-filter: add ability to filter through entity_id value
* review: test filter value against undefined
Co-authored-by: karwosts <32912880+karwosts@users.noreply.github.com>
* review: better handle state values that could be mixed with an entity_id
* Add multiple filter/condition types
* Fix automation's NumericStateCondition above/below types
* Replace operator condition by state for string or number
* Move to condition: type & attr
* Remove enable attr
* fix condition state array
* Remove necessary undefined check
* Move to condition: use same codebase as conditionnal card
* Fix entities error 'read properties of undefined' + conditions first
* Fix lint
* Merge condition to set the entity to filter on
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* review: make numeric_state below & above working together again, with entity_id support
* shorthand getValueFromEntityId
* review: states are string
* Split legacy state filter and condition logic
* Fix types
* Fix type
* Update gallery doc
* Fix operator in while numaric array
* Rename condition card header in gallery
* Don't use real gas station name
* Update gallery
* Update card is entity in condition change
* Don't check for entity id in state condition
* Improve check
* Update condition card demo
* Revert "Don't check for entity id in state condition"
This reverts commit f5e6a65a37.
* Use set instead of list
* Update demo
---------
Co-authored-by: karwosts <32912880+karwosts@users.noreply.github.com>
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* 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
* Add unit to temperature tile number button group
* Update gallery
* Use blank before unit
* Hide unit if no space
* Fix build
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Added support for color temperature tile feature
* Update src/panels/lovelace/tile-features/hui-light-color-temp-tile-feature.ts
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* 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>
* WIP Create round slider
* Fix interaction on iOS
* Add dual and simple gauge
* Add events
* Rename events
* Use low and high
* Improve dual slider selection
* Add min and max
* Rename component
* Prevents setting a high value lower than low and vice versa
* Add keyboard support
* Fix typings
* Use html
* Update current indicator
* Improve doc
* Fix keyboard focus after mouse interaction
* Don't fallback to value
* Fix time and date-time 12h formats (#16692)
- am/pm check possible for other languages
- adjusted date format gallery page for consistency
- added gallery pages for date-time and time formats
* Fix typo in am/pm check (#16692)
* Rename ha-bar-slider to ha-control-slider
* Rename ha-bar-switch to ha-control-switch
* Rename ha-bar-button to ha-control-button
* Update tile features
* Allow overriding a sensor's display precision
* Update demo + gallery
* Lint
* Fix state not updated in the UI
* Use formatNumber for options
* Feedbacks
* Add default precision and minimumFractionDigits
* Remove useless undefined
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* ha-config-area-page: Add alt tag for area-picture
* dialog-tag-detail: Add alt tag for generated QR code image.
* ha-config-hardware: Blank alt tag for hardware pic, info already elsewhere
* dialog-energy-solar-settings: Blank alt tag for brand icon.
* ha-energy-grid-settings: Blank alt tag for co2signal brand icon.
* Add a few more appropriately-blank alt texts.
* ha-config-device-page: Logo alt text set to name of device domain.
* ha-config-repairs: Logo alt text set to name of issue domain.
* hui-picture-card(-editor): Alternate Text via config (blank default)
* hui-picture-entity-card(-editor): Alternate Text via config (blank default)
* ha-long-lived-access-token-dialog: Alt text for QR code.
* hui-picture-header-footer: Support alt text via optional property.
* A few more blank alt attributes.
* ha-tile-image: Support alt tag (but it is blank in current usage).
* prod cla-bot
* Lint. Fix whitespace.
* Add missing alt text properties to TS types.
* Fix my silly typo in picture-entity-card-editor's SCHEMA (+ minor reformat)
* Add alt_text to Picture(Entity)CardConfig TypeScript types.
* Format with prettier.
* Revise alt text for tag QR
* Revise alt text for token QR
* Revise alternate to alternative
* Add alt to logo in gallery
* Add alt text to crop image
* Use ifDefined for tile image alt
* Change area picture alt to area name
* Remove entry from entities config struct
* Revert altText changes for Picture Entity Card (to revisit in future PR)
See:
https://github.com/home-assistant/frontend/pull/14405#discussion_r1032735871
* Revert changes to hui-image and picture entity editor
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>