-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add profile for the IKEA air purifier (#1542)
This change adds a profile to supports all of the attributes supported by the STARKVIND air purifier device. Additionally, the PM2.5 measurement attribute is added as a subscribed attribute.
- Loading branch information
1 parent
5d8e9af
commit 7eaeae2
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
drivers/SmartThings/matter-thermostat/profiles/air-purifier-hepa-aqs-pm25-meas.yml
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: air-purifier-hepa-aqs-pm25-meas | ||
components: | ||
- id: main | ||
label: Main | ||
capabilities: | ||
- id: airQualityHealthConcern | ||
version: 1 | ||
- id: airPurifierFanMode | ||
version: 1 | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: fineDustSensor | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: AirPurifier | ||
- id: hepaFilter | ||
label: Hepa filter | ||
capabilities: | ||
- id: filterState | ||
version: 1 | ||
- id: filterStatus | ||
version: 1 | ||
categories: | ||
- name: AirPurifier |
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