Closed
Description
I used to be able to do:
light.master_bedroom.turn_on(brightness=254, color_temp=275)
but now I get errors:
AttributeError: 'StateVal' object has no attribute 'turn_on'
2021-02-26 16:06:29 ERROR (MainThread) [custom_components.pyscript.file.daytime.turnOnDayLights] Exception in <file.daytime.turnOnDayLights> line 9:
light.master_bedroom.turn_on(brightness=254, color_temp=275)
^
AttributeError: 'StateVal' object has no attribute 'turn_on'
I recently upgraded my core version to core-2021.3.0b1
; might have something to do with this?
Metadata
Metadata
Assignees
Labels
No labels