I hope somebody can help me understand this, I’m still new to Home Assistant recently coming over from openhab. So here’s my deal I’m using the Phillips HUE integration with Home Assistant. I created some input_numbers to help me control brightness, hue, and saturation of the individual lights. Now I’ve got it working fine for all items as far as changing the bulbs based on the number selected on the sliders, my problem is if somebody changes one of the bulbs external of home assistant I want the values of the sliders to be updated. I have no idea how to go about this, from what I can gather it has something to do with templating which I don’t understand at all. Any help with examples would be greatly appreciated.
Invalid config for [sensor.template]: [brightness] is an invalid option for [sensor.template]. Check: sensor.template->sensors->attribute_templates->brightness. (See ?, line ?).
Hey Chris, this could be an indentation issue, please use code blocks (``` before and after your code) instead of Blockquotes (>), so we can take a look at the actual code.