Skip to content

Tags: dreamtheater39/frontend

Tags

20220601.0

Toggle 20220601.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
20220601.0 (home-assistant#12843)

20220531.0

Toggle 20220531.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request home-assistant#12835 from home-assistant/dev

20220526.0

Toggle 20220526.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
20220526.0 (home-assistant#12807)

* Fix setting _externalAccess (home-assistant#12584)

* Fix enter key support for generic dialog box (home-assistant#12600)

* Revert home-assistant#10991 (home-assistant#12618)

* Replace host-context with css properties

* Remove "Lovelace" from Github issue templates (home-assistant#12614)

* Remove "Lovelace" from Github issue templates

* Changes from review

* Get full core logs from core (home-assistant#12639)

* Move YAML to first tab of Developer Tools (home-assistant#12589)

* Add configuration panel for Application Credentials (home-assistant#12344)

Co-authored-by: Zack Barett <[email protected]>
Co-authored-by: Zack <[email protected]>

* Add label for Fix issue column header in statistics developer tools (home-assistant#12597)

Signed-off-by: Patrick ZAJDA <[email protected]>

* RTL settings clickable list item fix (home-assistant#12595)

* Update src/state/translations-mixin.ts

Co-authored-by: Bram Kragten <[email protected]>

* Update following review

* Update Translations to create helper (home-assistant#12656)

* Hide Cloud URL - Add Copy Icon (home-assistant#12655)

Co-authored-by: Bram Kragten <[email protected]>

* Show script traces in logbook (home-assistant#12643)

* Rtl menu fix (home-assistant#12561)

Co-authored-by: Bram Kragten <[email protected]>

* Use  /

* Update var name

* Use FabBase

* Update ha-fab.ts

* Switch logbook calls to use the new websocket (home-assistant#12665)

* Add calendar trigger offsets in automation editor (home-assistant#12486)

* Add calendar trigger offsets in automation editor

* Use duration selector for offset

* Fix typing for offsets/duratons

* Fix strict error handling in Markdown card templates (home-assistant#12661)

* Add missing label to search icon (home-assistant#12671)

* Update Lokalise URL (home-assistant#12684)

* Teach logbook about additional context data (home-assistant#12667)

Co-authored-by: Paulus Schoutsen <[email protected]>

* Guard for missing backup integration (home-assistant#12696)

* Rtl changes (home-assistant#12693)

* Return focus after dialogs close (home-assistant#11999)

* Bumped version to 20220516.0

* Fix float-end for LTR (home-assistant#12707)

* Add my support for Application Credentials (home-assistant#12709)

* Show manage cloud link to config (home-assistant#12673)

* Add guard logic from PR home-assistant#12181 to input select row (home-assistant#12703)

* Refactor logbook data fetch logic into reusable class (home-assistant#12701)

* Add logbook to device info page (home-assistant#12714)

* Add logbook to area info page (home-assistant#12715)

* Add missing labels in energy dashboard settings (home-assistant#12722)

Signed-off-by: Patrick ZAJDA <[email protected]>

* Delete focus targets for replaced dialogs (home-assistant#12724)

* Convert history calls to use new websocket endpoint (home-assistant#12662)

* Add support for OAuth2 callback via My (home-assistant#12718)

* Support requesting translations for multiple integrations in one request (home-assistant#12704)

* Support requesting translations for multiple integrations in one request

- Requires home-assistant/core#71979

* onboarding as well

* integrations -> integration

* fix cache

* short return if they are all loaded

* reduce

* reduce

* reduce

* Show the integration brand icon when there is no entity in logbook (home-assistant#12713)

* Support requesting multiple integration manifests in a single request (home-assistant#12706)

* Support requesting multiple integration manifests in a single request

* only fetch if there are some to actually fetch

* handle empty

* not truthy, wrong language

* Do not copy params

Co-authored-by: Paulus Schoutsen <[email protected]>

* Import all date-fns from modules (home-assistant#12717)

* Fix 'loading_log' string (home-assistant#12712)

* Bumped version to 20220518.0

* Fix python to js timestamp conversions in logbook traces (home-assistant#12677)

- The websocket version needs the time converted from
  where python stores the decimal

* Update Material Design Icons to v6.7.96 (home-assistant#12111)

* Various RTL fixes (home-assistant#12721)

* Select + target picker Rtl fixes (home-assistant#12711)

* Add error handling for application credentials removal (home-assistant#12686)

* Update zwave_js data collection URL (home-assistant#12666)

* Use device_id instead of config entry id and node id for zwave_js (home-assistant#12658)

* Use device_id instead of config entry id and node id for zwave_js

* Add additional cleanup from home-assistant#12642

* Revert removal of multiple config entries check

* Update src/panels/config/devices/device-detail/integration-elements/zwave_js/ha-device-actions-zwave_js.ts

Co-authored-by: Paulus Schoutsen <[email protected]>

* Update src/panels/config/devices/device-detail/integration-elements/zwave_js/ha-device-info-zwave_js.ts

Co-authored-by: Paulus Schoutsen <[email protected]>

Co-authored-by: Paulus Schoutsen <[email protected]>

* Get attributes from first state when using minimal responses (home-assistant#12732)

* Pass device ID to logbook if available (home-assistant#12728)

* Compute the icon based on the logbook state and not the current state (home-assistant#12725)

Co-authored-by: Bram Kragten <[email protected]>

* Add option to compare energy graphs with previous period (home-assistant#12723)

Co-authored-by: Paulus Schoutsen <[email protected]>

* Add an application credentials display name (home-assistant#12720)

Co-authored-by: Bram Kragten <[email protected]>
Co-authored-by: Paulus Schoutsen <[email protected]>

* Fixes logbook (home-assistant#12740)

* Bumped version to 20220521.0

* Stop closed event when selecting datadisk (home-assistant#12749)

* Use logbook livestream when requesting a time window that includes the future (home-assistant#12744)

* Fetch supervisor info directly (home-assistant#12751)

* Remove kernel and agent versions from about page (home-assistant#12750)

* Move `preload_stream` setting to entity settings (home-assistant#12730)

Co-authored-by: Zack <[email protected]>

* Use new localized context state and source in logbook (home-assistant#12742)

* Use new logbook streaming websocket api for cases where we need end_time (home-assistant#12753)

* Open Application Credentials from integration configuration flow (home-assistant#12708)

* Make entities and devices independent in the scene editor (home-assistant#11046)

Co-authored-by: Zack Barett <[email protected]>
Co-authored-by: Erik <[email protected]>
Co-authored-by: Paulus Schoutsen <[email protected]>
Co-authored-by: Paulus Schoutsen <[email protected]>

* Allow setting `device_class` "outlet" again through entity settings (home-assistant#12669)

* Allow setting `device_class` "outlet" again through UI

* Fixes

* Null check deviceClass and adjust used translation

* Bumped version to 20220523.0 (home-assistant#12756)

* Adjust logbook stream consumer to handle new metadata (home-assistant#12755)

* Adjust path to version info in issue template (home-assistant#12760)

* Add My HA link to about page to Github issue template (home-assistant#12761)

* RTL updates (home-assistant#12745)

* Add compare to energy sources table (home-assistant#12762)

* Fix (home-assistant#12764)

* Change service_data to just data (home-assistant#12628)

* Simplify OAuth2 authorize callback URL (home-assistant#12765)

* Hide hidden media player entities in media panel (home-assistant#12766)

* Add integration filter to Device Selector (home-assistant#12680)

Co-authored-by: Paulus Schoutsen <[email protected]>

* Integration filter for Area Selector (home-assistant#12682)

Co-authored-by: Paulus Schoutsen <[email protected]>

* Bump Version to 20220524.0 (home-assistant#12769)

* Move zwave_js node comments from device config to info page (home-assistant#12625)

Co-authored-by: Zack Barett <[email protected]>
Co-authored-by: Bram Kragten <[email protected]>

* Various RTL fixes

* Add controller statistics to zwave_js config dashboard (home-assistant#12668)

* Move Logbook and make device page better (home-assistant#12763)

Co-authored-by: Bram Kragten <[email protected]>

* Move metadata to pyproject.toml (home-assistant#12770)

* Add aria-haspopup to button menus (home-assistant#12758)

Co-authored-by: Zack Barett <[email protected]>

* Hardware MVP (home-assistant#12773)

* Fix "unavailable" handling for climate state rendering (home-assistant#12778)

* Ensure state is vertically centered in more-info (home-assistant#12780)

* Update zwave_js/network_status WS API (home-assistant#12735)

* Bumped version to 20220525.0 (home-assistant#12779)

* Use dynamic weather domain icon + icon alignment fix weather more-info (home-assistant#12781)

* Fix typo in credentials removal dialog (home-assistant#12784)

* Handle history api being passed entity ids as CSV (home-assistant#12787)

* Fix history cache when there is cacheConfig (home-assistant#12788)

* Use Hardware Integration for System Menu (home-assistant#12789)

* Fix Media Player More info cramped controls (home-assistant#12790)

* Fix Switch as X unable to change to a new type (home-assistant#12797)

* Fix Zwave Alerts on device page (home-assistant#12785)

Co-authored-by: Bram Kragten <[email protected]>

* Set Error if entity is unavailable (home-assistant#12791)

* Dynamically determine the correct action config struct (home-assistant#12798)

* Remove import

* Hide Cloud information a bit more (home-assistant#12802)

* Add dynamic header/footer config determination and update struct (home-assistant#12795)

* Bump HAWS to 7.1.0 (home-assistant#12804)

* Update Narrow Order on Device Page (home-assistant#12801)

Co-authored-by: Bram Kragten <[email protected]>

* Fix combo box inside dialog (home-assistant#12805)

* Bumped version to 20220526.0

Co-authored-by: Joakim Sørensen <[email protected]>
Co-authored-by: Steve Repsher <[email protected]>
Co-authored-by: Zack Barett <[email protected]>
Co-authored-by: Yosi Levy <[email protected]>
Co-authored-by: Philip Allgaier <[email protected]>
Co-authored-by: Allen Porter <[email protected]>
Co-authored-by: Patrick ZAJDA <[email protected]>
Co-authored-by: Yosi Levy <[email protected]>
Co-authored-by: J. Nick Koston <[email protected]>
Co-authored-by: Franck Nijhof <[email protected]>
Co-authored-by: Sven <[email protected]>
Co-authored-by: Paulus Schoutsen <[email protected]>
Co-authored-by: Paulus Schoutsen <[email protected]>
Co-authored-by: breakthestatic <[email protected]>
Co-authored-by: RoboMagus <[email protected]>
Co-authored-by: Michael Irigoyen <[email protected]>
Co-authored-by: Raman Gupta <[email protected]>
Co-authored-by: David F. Mulcahey <[email protected]>
Co-authored-by: Erik <[email protected]>
Co-authored-by: Thomas Lovén <[email protected]>
Co-authored-by: Marc Mueller <[email protected]>

20220525.0

Toggle 20220525.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped version to 20220525.0 (home-assistant#12779)

20220524.0

Toggle 20220524.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Version to 20220524.0 (home-assistant#12769)

20220523.0

Toggle 20220523.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped version to 20220523.0 (home-assistant#12756)

20220521.0

Toggle 20220521.0's commit message
Bumped version to 20220521.0

20220518.0

Toggle 20220518.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix python to js timestamp conversions in logbook traces (home-assist…

…ant#12677)

- The websocket version needs the time converted from
  where python stores the decimal

20220516.0

Toggle 20220516.0's commit message

Verified

This commit was signed with the committer’s verified signature.
bramkragten Bram Kragten
Bumped version to 20220516.0

20220504.1

Toggle 20220504.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request home-assistant#12619 from home-assistant/cherry-pi…

…ck-search

20220504.1