mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Update GarbageTypeCodes for rova
Updating rova/sensor.py. Rova json format changed for garbage collection.
This commit is contained in:
parent
80cbc32c49
commit
10e698e0b2
@ -30,8 +30,8 @@ SCAN_INTERVAL = timedelta(hours=12)
|
|||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
"bio": ["gft", "Biowaste", "mdi:recycle"],
|
"bio": ["gft", "Biowaste", "mdi:recycle"],
|
||||||
"paper": ["papier", "Paper", "mdi:recycle"],
|
"paper": ["papier", "Paper", "mdi:recycle"],
|
||||||
"plastic": ["plasticplus", "PET", "mdi:recycle"],
|
"plastic": ["pmd", "PET", "mdi:recycle"],
|
||||||
"residual": ["rest", "Residual", "mdi:recycle"],
|
"residual": ["restafval", "Residual", "mdi:recycle"],
|
||||||
}
|
}
|
||||||
|
|
||||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user