mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Update RainMachine sprinkler and vegetation types (#52274)
This commit is contained in:
parent
5e18b5c189
commit
04300464da
@ -87,6 +87,7 @@ SPRINKLER_TYPE_MAP = {
|
|||||||
2: "Rotors",
|
2: "Rotors",
|
||||||
3: "Surface Drip",
|
3: "Surface Drip",
|
||||||
4: "Bubblers Drip",
|
4: "Bubblers Drip",
|
||||||
|
5: "Rotors High Rate",
|
||||||
99: "Other",
|
99: "Other",
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -94,6 +95,7 @@ SUN_EXPOSURE_MAP = {0: "Not Set", 1: "Full Sun", 2: "Partial Shade", 3: "Full Sh
|
|||||||
|
|
||||||
VEGETATION_MAP = {
|
VEGETATION_MAP = {
|
||||||
0: "Not Set",
|
0: "Not Set",
|
||||||
|
1: "Not Set",
|
||||||
2: "Cool Season Grass",
|
2: "Cool Season Grass",
|
||||||
3: "Fruit Trees",
|
3: "Fruit Trees",
|
||||||
4: "Flowers",
|
4: "Flowers",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user