Http sensor with state

Hello
I wana make sensor with state from my vu+ sat tuner

pi@hassbian:~ $ curl -X GET http://192.168.22.22:80/web/powerstate
<?xml version="1.0" encoding="UTF-8"?>
<e2powerstate>
	<e2instandby>
true	</e2instandby>
</e2powerstate>

Important value this is true or false maybe someone can help me to this?
Thank you

I think what you might be looking for is

1 Like

Niceeee THX.