forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/dev' into template_number
* upstream/dev: (588 commits) Add select platform to template integration (home-assistant#54835) Honeywell Lyric - Entity Descriptions (home-assistant#54956) Add tests for Rituals init, sensor and switch (home-assistant#52406) Support for EnergyStorageTrait for vacuum cleaners (home-assistant#55134) Add support for Xiaomi Miio pedestal fans (home-assistant#55114) Sonos add bass & treble EQ option (home-assistant#53978) Address review of Nanoleaf Config Flow (home-assistant#55215) Implement color_mode support for mysensors (home-assistant#52068) Change logging to do rollover() instead of rotate() (home-assistant#55177) Support device triggers in HomeKit (home-assistant#53869) Remove temperature conversion - sht31 (home-assistant#55213) Finish EntityDescription implementation for RainMachine (home-assistant#55180) Remove temperature conversion - synology_dsm (home-assistant#55214) Report average of position and tilt_position for cover groups (home-assistant#52713) Ignore unsupported MeasureType-s from Withings (home-assistant#55205) Prevent setting _attr_unit_of_measurement in subclasses of SensorEntity (home-assistant#55211) Fix Fjäråskupan RSSI sensor unit (home-assistant#55210) ESPHome sensor use total_increasing state class (home-assistant#55208) Remove should poll property from Xiaomi Miio fan platform (home-assistant#55201) Fix last_reset in utility_meter (home-assistant#55209) ...
- Loading branch information
Showing
1,006 changed files
with
31,613 additions
and
13,536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -740,4 +740,4 @@ jobs: | |
coverage report --fail-under=94 | ||
coverage xml | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected].2 | ||
uses: codecov/[email protected].3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
lock: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dessant/[email protected].1 | ||
- uses: dessant/[email protected].2 | ||
with: | ||
github-token: ${{ github.token }} | ||
issue-lock-inactive-days: "30" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
tag: | ||
- "3.9-alpine3.13" | ||
- "3.9-alpine3.14" | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected] | ||
|
@@ -106,6 +107,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
tag: | ||
- "3.9-alpine3.13" | ||
- "3.9-alpine3.14" | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.