JeffLIrion / homeassistant_native_firetv

43 stars 16 forks source link

added screen_on attribute #3

Closed Alexxander0 closed 6 years ago

Alexxander0 commented 6 years ago

Hi, if iam using the screen_on property for my automation.

Just a PR if you want to implement it

JeffLIrion commented 6 years ago

Thanks for the pull request!

How is this different than simply checking whether or not the device is off? The update function checks the _screen_on attribute.

https://github.com/JeffLIrion/homeassistant_native_firetv/blob/2607801be89f5df252371a605f653fba924eb25c/media_player/firetv.py#L130-L181

Alexxander0 commented 6 years ago

Actually, think you are right. Should be same

JeffLIrion commented 6 years ago

OK, I'll go ahead and close this PR.