Add vicare fuelcell (#47167)

This commit is contained in:
Nicolas Braem 2021-03-31 11:29:24 +02:00 committed by GitHub
parent c7584a1f92
commit 96857b7466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 72 additions and 1 deletions

View file

@ -85,6 +85,7 @@ SENSORS_BY_HEATINGTYPE = {
SENSOR_HEATINGROD_LEVEL2,
SENSOR_HEATINGROD_LEVEL3,
],
HeatingType.fuelcell: [SENSOR_BURNER_ACTIVE],
}