You’re not the first person I’ve seen report this, but in every case I’ve seen this seems to go away on its own after an update or something.
Just out of curiousity, can you open up your browser console, and run this command, and copy/paste the object that it returns?
document.getElementsByTagName(“home-assistant”)[0].hass.services.light.toggle
Mine looks like this, want to make sure you get the same thing.
{
"name": "Toggle",
"description": "Toggles one or more lights, from on to off, or, off to on, based on their current state.",
"fields": {
"transition": {
"filter": {
"supported_features": [
32
]
},
"selector": {
"number": {
"min": 0,
"max": 300,
"unit_of_measurement": "seconds"
}
},
"name": "Transition",
"description": "Duration it takes to get to next state."
},
"rgb_color": {
"filter": {
"attribute": {
"supported_color_modes": [
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"example": "[255, 100, 100]",
"selector": {
"color_rgb": null
},
"name": "Color",
"description": "The color in RGB format. A list of three integers between 0 and 255 representing the values of red, green, and blue."
},
"kelvin": {
"filter": {
"attribute": {
"supported_color_modes": [
"color_temp",
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"selector": {
"color_temp": {
"unit": "kelvin",
"min": 2000,
"max": 6500
}
},
"name": "Color temperature",
"description": "Color temperature in Kelvin."
},
"brightness_pct": {
"filter": {
"attribute": {
"supported_color_modes": [
"brightness",
"color_temp",
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"selector": {
"number": {
"min": 0,
"max": 100,
"unit_of_measurement": "%"
}
},
"name": "Brightness",
"description": "Number indicating the percentage of full brightness, where 0 turns the light off, 1 is the minimum brightness, and 100 is the maximum brightness."
},
"effect": {
"filter": {
"supported_features": [
4
]
},
"selector": {
"text": null
},
"name": "Effect",
"description": "Light effect."
},
"advanced_fields": {
"collapsed": true,
"fields": {
"rgbw_color": {
"filter": {
"attribute": {
"supported_color_modes": [
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"example": "[255, 100, 100, 50]",
"selector": {
"object": null
}
},
"rgbww_color": {
"filter": {
"attribute": {
"supported_color_modes": [
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"example": "[255, 100, 100, 50, 70]",
"selector": {
"object": null
}
},
"color_name": {
"filter": {
"attribute": {
"supported_color_modes": [
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"selector": {
"select": {
"translation_key": "color_name",
"options": [
"homeassistant",
"aliceblue",
"antiquewhite",
"aqua",
"aquamarine",
"azure",
"beige",
"bisque",
"blanchedalmond",
"blue",
"blueviolet",
"brown",
"burlywood",
"cadetblue",
"chartreuse",
"chocolate",
"coral",
"cornflowerblue",
"cornsilk",
"crimson",
"cyan",
"darkblue",
"darkcyan",
"darkgoldenrod",
"darkgray",
"darkgreen",
"darkgrey",
"darkkhaki",
"darkmagenta",
"darkolivegreen",
"darkorange",
"darkorchid",
"darkred",
"darksalmon",
"darkseagreen",
"darkslateblue",
"darkslategray",
"darkslategrey",
"darkturquoise",
"darkviolet",
"deeppink",
"deepskyblue",
"dimgray",
"dimgrey",
"dodgerblue",
"firebrick",
"floralwhite",
"forestgreen",
"fuchsia",
"gainsboro",
"ghostwhite",
"gold",
"goldenrod",
"gray",
"green",
"greenyellow",
"grey",
"honeydew",
"hotpink",
"indianred",
"indigo",
"ivory",
"khaki",
"lavender",
"lavenderblush",
"lawngreen",
"lemonchiffon",
"lightblue",
"lightcoral",
"lightcyan",
"lightgoldenrodyellow",
"lightgray",
"lightgreen",
"lightgrey",
"lightpink",
"lightsalmon",
"lightseagreen",
"lightskyblue",
"lightslategray",
"lightslategrey",
"lightsteelblue",
"lightyellow",
"lime",
"limegreen",
"linen",
"magenta",
"maroon",
"mediumaquamarine",
"mediumblue",
"mediumorchid",
"mediumpurple",
"mediumseagreen",
"mediumslateblue",
"mediumspringgreen",
"mediumturquoise",
"mediumvioletred",
"midnightblue",
"mintcream",
"mistyrose",
"moccasin",
"navajowhite",
"navy",
"navyblue",
"oldlace",
"olive",
"olivedrab",
"orange",
"orangered",
"orchid",
"palegoldenrod",
"palegreen",
"paleturquoise",
"palevioletred",
"papayawhip",
"peachpuff",
"peru",
"pink",
"plum",
"powderblue",
"purple",
"red",
"rosybrown",
"royalblue",
"saddlebrown",
"salmon",
"sandybrown",
"seagreen",
"seashell",
"sienna",
"silver",
"skyblue",
"slateblue",
"slategray",
"slategrey",
"snow",
"springgreen",
"steelblue",
"tan",
"teal",
"thistle",
"tomato",
"turquoise",
"violet",
"wheat",
"white",
"whitesmoke",
"yellow",
"yellowgreen"
]
}
}
},
"hs_color": {
"filter": {
"attribute": {
"supported_color_modes": [
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"example": "[300, 70]",
"selector": {
"object": null
}
},
"xy_color": {
"filter": {
"attribute": {
"supported_color_modes": [
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"example": "[0.52, 0.43]",
"selector": {
"object": null
}
},
"color_temp": {
"filter": {
"attribute": {
"supported_color_modes": [
"color_temp",
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"selector": {
"color_temp": {
"unit": "mired",
"min": 153,
"max": 500
}
}
},
"brightness": {
"filter": {
"attribute": {
"supported_color_modes": [
"brightness",
"color_temp",
"hs",
"xy",
"rgb",
"rgbw",
"rgbww"
]
}
},
"selector": {
"number": {
"min": 0,
"max": 255
}
}
},
"white": {
"filter": {
"attribute": {
"supported_color_modes": [
"white"
]
}
},
"selector": {
"constant": {
"value": true,
"label": "Enabled"
}
}
},
"profile": {
"example": "relax",
"selector": {
"text": null
}
},
"flash": {
"filter": {
"supported_features": [
8
]
},
"selector": {
"select": {
"options": [
{
"label": "Long",
"value": "long"
},
{
"label": "Short",
"value": "short"
}
]
}
}
}
}
}
},
"target": {
"entity": [
{
"domain": [
"light"
]
}
]
}
}