Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20191002.0 #3864

Merged
merged 46 commits into from Oct 2, 2019
Merged

20191002.0 #3864

merged 46 commits into from Oct 2, 2019

Conversation

bramkragten
Copy link
Member

@bramkragten bramkragten commented Oct 2, 2019

What's Changed

bramkragten and others added 30 commits September 19, 2019 09:10
* Move views to own folder + use update vs updated in panel view

* updated -> update
* Add Urdu

* Changed name to native name
* Add support for automation annotation

* Update label and add placeholder

* Rename annotation to description

* Adress review comments, fix lint errors
* light-card: icon option

closes #3768

* add theme select label property

* address review comments
* Switch paper-toggle-button to mwc-switch

Closes #3352

* ha-switch

* apply not-checked theming

Thanks @bramkragten!

* address review comments
* Upgrade TS

* Remove unused uglifyjs webpack plugin

* Upgrade some webpack stuff
* UI Editor for picture-entity card

Closes #3699

* address review comments

* translations
* forgot to push commit

* resolve broken build
* new action: url

Takes a `url_path` option.
Closes home-assistant/ui-schema#249
I'm experience the issue described here with my string values in the action-editor: #2645. Have not been able to track down where the issue is.

* Fix losing config on init

* fix action-editor
* Add device automation options to device page

* Update

* Fill automation editor with data

* Update ha-automation-editor.ts

* Remove dupe deps

* Fix imports
* Bring back babel for ES5 builds

* Remove ts from babel
* Add panel support to cast

* Set background
…3724)

* Add support for `and` and `or` conditions in automations

* Remove debug prints, fix lint errors

* Fix

* Merge `and` and `or` conditions

* Add missing file
* cleanup editors

* address review comments
* UI editor for history-graph

* add translations
…_action` (#3787)

* Green shade in climate history for platforms that don't support HVAC_ACTION

* The presence of hvac_action can change over time

* Move static condition out of anon function
* Expand entity-filter options

Closes #3543

Adds the following to `state_filter`:
- `operator` option. Specify operator to use in comparison.
- `value` option. Specify value to compare against.
- `attribute` option.  Specify attribute to use instead of state in comparison.

e.g.
```yaml
type: entity-filter
state_filter:
  - "on"
  - operator: ">"
    value: 90
entities:
  - sensor.water_leak
  - sensor.outside_temp
  - entity: sensor.humidity_and_temp
    state_filter:
      operator: ">"
      value: 50
      attribute: humidity
```

* Update evaluate-filter.ts

* verify state_filter exists on card or each entity

* address review comments

* apply Bram's suggestion

* address review comments

* cleanup
* Fix firefox overflow

MIght fix...

* Add comment

* Align
* UI Editor for picture-glance card

Closes #3700

* address review comments

* address review comments

* fallback to yaml if state image used

* push default changes

* default image for config

* Update hui-picture-glance-card-editor.ts
* Add hassio supervisor and os update notice

* Cleanup

* Update hassio-dashboard.ts

* Fix styling

* Check if system has HassOs

* Remove unused import
* Add a setting for vibration

* Update en.json
* fix alignment of switches positioned absolutely

* wrap switches

* remove !important
* Filter worker

Doesn't work

* Remove template for worker

* Move files

* Sort to worker + debounce filter

* Improve performance

* Update ha-data-table.ts
`persistent_notification` and `zone` were both missing domain icons.
With version 3.2.0 of mdc-datatable they removed the ts files from the published package, so we can now use it again.
bramkragten and others added 15 commits October 1, 2019 11:17
If content is slotted it will get some margin to the toggle like the old switch.
* add actions to picture-glance

* remove unnecessary entity property

* Update hui-picture-glance-card.ts
* Allow user selection of text in Lovelace

Closes #2110

* set negative tabindex

This appears to work locally, but pushing it up to try on the demo to be sure

* toggle class for android

* apply suggestions
* Add entity registry functions to device page

* Move update/remove logic to dialog

* Hide disabled entities by default
* Guard for null badges

* Check for null badges on load and save
* Default hide disabled entities from entity registry

* localize

* Use memoize
* Allow yaml in script and automation

* Restore defaults

* Rename class

* Catch errors in constructor

* Update yaml_textarea.tsx
* Allow yaml in dev events

* remove json
* Allow yaml in dev services

* remove json
* Allow yaml in dev states

* remove json
@bramkragten bramkragten merged commit 496bb9d into master Oct 2, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants