i have the following 2 yaml's for automations, and the mqtt lowers brightness by a ton, but looks the same. whats going wrong here?
The mqtt publish that lowers brightness by a ton:
metadata: {}
data:
evaluate_payload: false
qos: 0
retain: false
topic: zigbee2mqtt/Living Room Cherry Blossom Painting/set
payload: >-
{"brightness": {{ states('input_number.living_room_virtual_brightness')|int
* 0.41}}}
And the light.on service that works normal, much brighter:
transition: 0
kelvin: 2963
brightness_pct: "{{ states('input_number.living_room_virtual_brightness')|int * 0.41}}"
target:
entity_id: light.living_room_cherry_blossom_painting
enabled: true
action: light.turn_on