forked from jaruba/ha-samsungtv-tizen
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
Is there any reason the switch state isn't used to get the ST TV state? I find the device reports online for quite some time after switch state turns off. Why it matters, in my experience turning the TV on with smartthings works best when the device is still ONLINE but switched off, while WOL works better when the TV is fully offline.
Im referring to line 470 in smartthings.py, not using this value appears to be a design decision?
# device_state = data['main']['switch']['value']
I'm happy to work on a PR/suggestion, but wanted to check first.