<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Google tv streamer automation broken in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/646626#M48631</link>
    <description>&lt;P&gt;Anyone?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2024 07:38:48 GMT</pubDate>
    <dc:creator>JSAINI23</dc:creator>
    <dc:date>2024-09-30T07:38:48Z</dc:date>
    <item>
      <title>Google tv streamer automation broken</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/646473#M48617</link>
      <description>&lt;P&gt;So i had the following automation&lt;/P&gt;&lt;P&gt;# ------------------------------------------------------------------------------------------ #&lt;/P&gt;&lt;P&gt;# Lines starting with “#” are comments and will be ignored by the automation.&lt;/P&gt;&lt;P&gt;# Indentation determines hierarchy within the script.&lt;/P&gt;&lt;P&gt;# Visit g.co/home/script-editor-docs for full documentation.&lt;/P&gt;&lt;P&gt;# ------------------------------------------------------------------------------------------ #&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;metadata:&lt;/P&gt;&lt;P&gt;&amp;nbsp; name: tv light adjustment and brightness control&lt;/P&gt;&lt;P&gt;&amp;nbsp; description: Adjust light brightness when the TV is playing and raise brightness when TV is paused or stopped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;automations:&lt;/P&gt;&lt;P&gt;&amp;nbsp; # ---- STARTERS ---- #&lt;/P&gt;&lt;P&gt;&amp;nbsp; # Starter for when the TV is playing&lt;/P&gt;&lt;P&gt;&amp;nbsp; - starters:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - type: device.state.MediaState&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; state: playbackState&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is: PLAYING&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; device: Living Room TV - Living Room&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; condition:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; type: device.state.OnOff&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; state: on&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; is: true&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; device: Floor Lamp - Living Room&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; actions:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - type: device.command.BrightnessAbsolute&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; brightness: 30&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; devices: Floor Lamp - Living Room&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; # Starter for when the TV is paused or stopped&lt;/P&gt;&lt;P&gt;&amp;nbsp; - starters:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - type: device.state.MediaState&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; state: playbackState&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is: PAUSED&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; device: Living Room TV - Living Room&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - type: device.state.MediaState&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; state: playbackState&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is: STOPPED&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; device: Living Room TV - Living Room&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; condition:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; type: device.state.OnOff&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; state: on&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; is: true&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; device: Floor Lamp - Living Room&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; actions:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - type: device.command.BrightnessAbsolute&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; brightness: 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; devices: Floor Lamp - Living Room&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But since getting google tv streamer and ditching my old chromecast it says mediastate is not supported...can someone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2024 10:11:44 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/646473#M48617</guid>
      <dc:creator>JSAINI23</dc:creator>
      <dc:date>2024-09-29T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Google tv streamer automation broken</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/646626#M48631</link>
      <description>&lt;P&gt;Anyone?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 07:38:48 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/646626#M48631</guid>
      <dc:creator>JSAINI23</dc:creator>
      <dc:date>2024-09-30T07:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Google tv streamer automation broken</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/648179#M48756</link>
      <description>&lt;P&gt;Same here for me (in Australia) help would be appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also noticed that the "appSelector" trigger isn't working either but works when I use the old Chromecast again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 05:03:35 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/648179#M48756</guid>
      <dc:creator>Scott22</dc:creator>
      <dc:date>2024-10-08T05:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Google tv streamer automation broken</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/648197#M48758</link>
      <description>&lt;P&gt;Yea im in aus too maybe it's a regional thing... who knows... no responses so far...i have given up&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 07:43:19 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/648197#M48758</guid>
      <dc:creator>JSAINI23</dc:creator>
      <dc:date>2024-10-08T07:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Google tv streamer automation broken</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/652667#M49173</link>
      <description>&lt;P&gt;The same is true for me in the U.S.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 02:35:50 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/652667#M49173</guid>
      <dc:creator>CaptainKirk406</dc:creator>
      <dc:date>2024-10-30T02:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Google tv streamer automation broken</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/652731#M49186</link>
      <description>&lt;P&gt;Man feels like&amp;nbsp; im soending more money to get less features. Not hapoy but it is what it is...i guess home assistant is the way to go&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 11:43:17 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-tv-streamer-automation-broken/m-p/652731#M49186</guid>
      <dc:creator>JSAINI23</dc:creator>
      <dc:date>2024-10-30T11:43:17Z</dc:date>
    </item>
  </channel>
</rss>

