mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Enable air quality sensor for Core300s (#75695)
This commit is contained in:
parent
2dd62b14b6
commit
1eb0983fba
@ -73,8 +73,8 @@ def ha_dev_type(device):
|
||||
|
||||
|
||||
FILTER_LIFE_SUPPORTED = ["LV-PUR131S", "Core200S", "Core300S", "Core400S", "Core600S"]
|
||||
AIR_QUALITY_SUPPORTED = ["LV-PUR131S", "Core400S", "Core600S"]
|
||||
PM25_SUPPORTED = ["Core400S", "Core600S"]
|
||||
AIR_QUALITY_SUPPORTED = ["LV-PUR131S", "Core300S", "Core400S", "Core600S"]
|
||||
PM25_SUPPORTED = ["Core300S", "Core400S", "Core600S"]
|
||||
|
||||
SENSORS: tuple[VeSyncSensorEntityDescription, ...] = (
|
||||
VeSyncSensorEntityDescription(
|
||||
|
Loading…
x
Reference in New Issue
Block a user