diff --git a/homeassistant/components/rainmachine/switch.py b/homeassistant/components/rainmachine/switch.py index fba8462d724..d2dab8bd769 100644 --- a/homeassistant/components/rainmachine/switch.py +++ b/homeassistant/components/rainmachine/switch.py @@ -87,6 +87,7 @@ SPRINKLER_TYPE_MAP = { 2: "Rotors", 3: "Surface Drip", 4: "Bubblers Drip", + 5: "Rotors High Rate", 99: "Other", } @@ -94,6 +95,7 @@ SUN_EXPOSURE_MAP = {0: "Not Set", 1: "Full Sun", 2: "Partial Shade", 3: "Full Sh VEGETATION_MAP = { 0: "Not Set", + 1: "Not Set", 2: "Cool Season Grass", 3: "Fruit Trees", 4: "Flowers",