I was trying to run the smart home test suite for my test TV device. Traits onOff works fine with Google Home and Google Assistant. But if i run the test suite for the same device.
Followed the instructions given in the link: https://developers.google.com/actions/smarthome/develop/testing-submitting
I am getting the below error: AssertionError: Expected state to include: {"on":true}, actual state: {}: expected false to be true Ok Google. Turn on the Media room TV (manual) ‣ AssertionError: expected false to be true
additional info: Report State also implemented. But the onOff traits not reaching the fulfillment.