Open CoderTobi opened 2 months ago
Currently there is only the function getCurrentState() but that doesn't fetch the actual state from HA. See: Docs Would it be possible to add a function getState() to fetch the actuall state from HA?
getCurrentState()
getState()
Currently there is only the function
getCurrentState()
but that doesn't fetch the actual state from HA. See: Docs Would it be possible to add a functiongetState()
to fetch the actuall state from HA?