I have my 2012 Samsung smart tv set-up inside home assistant and it works like a charm.
The only question I have is, how to make the on / off detection faster?
It takes forever to detect it on / off; not even always. sometimes it takes 5 seconds, other times it takes over 20 seconds.
You can try defining the scan_interval in your config, though note it may not actually do anything as it depends on if the actual integration is using that value or not.
Yeah, looks like it’s hard coded here. All it does is try to open the remote in a loop with a 31 second timeout. If the remote is open, it reports is_on. If the remote is not open, it reports that it’s off.