<?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: turn on light for a set time in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/turn-on-light-for-a-set-time/m-p/712500#M55086</link>
    <description>&lt;P&gt;What would be even better if the custom phrase was "turn on light for 10 minutes" and you could say for example "Hey Google, Light Ten" to any speaker in a Room and only that light/s would turn on for 10 minutes.&lt;/P&gt;&lt;P&gt;But from another Room's speaker you would have to state the light's unique name or the "Light in [Room name]"&lt;/P&gt;</description>
    <pubDate>Tue, 22 Apr 2025 11:17:26 GMT</pubDate>
    <dc:creator>SmartHomeH-TAGS</dc:creator>
    <dc:date>2025-04-22T11:17:26Z</dc:date>
    <item>
      <title>turn on light for a set time</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/turn-on-light-for-a-set-time/m-p/712490#M55084</link>
      <description>&lt;P&gt;Currently I can &lt;EM&gt;&lt;STRONG&gt;tell&lt;/STRONG&gt; &lt;/EM&gt;Google to turn on a light for a set time: "Hey Google turn on the bedroom light for ten minutes" and it works fine.&lt;/P&gt;&lt;P&gt;Is it possible to set an automation to do the same? &lt;EM&gt;For example&lt;/EM&gt; so I can say "Bed 10" and the bedroom light goes on, and ten minutes later goes off, or "Bed 30" and it's on for 30 minutes.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 08:18:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/turn-on-light-for-a-set-time/m-p/712490#M55084</guid>
      <dc:creator>iPinque</dc:creator>
      <dc:date>2025-04-22T08:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: turn on light for a set time</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/turn-on-light-for-a-set-time/m-p/712500#M55086</link>
      <description>&lt;P&gt;What would be even better if the custom phrase was "turn on light for 10 minutes" and you could say for example "Hey Google, Light Ten" to any speaker in a Room and only that light/s would turn on for 10 minutes.&lt;/P&gt;&lt;P&gt;But from another Room's speaker you would have to state the light's unique name or the "Light in [Room name]"&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 11:17:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/turn-on-light-for-a-set-time/m-p/712500#M55086</guid>
      <dc:creator>SmartHomeH-TAGS</dc:creator>
      <dc:date>2025-04-22T11:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: turn on light for a set time</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/turn-on-light-for-a-set-time/m-p/712513#M55089</link>
      <description>&lt;P&gt;Use something like this in the Google Script Editor (you need to join the public preview if you haven't already).&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;metadata:
  name: Bed 10
  description: Turn on bedroom light for 10 minutes
automations:
  - starters:
      - type: assistant.event.OkGoogle
        eventData: query
        is: Bed 10
    actions:
      - type: device.command.OnOff
        devices:
          - Ceiling light - Bedroom
        on: true
      - type: time.delay
        for: 10min
      - type: device.command.OnOff
        devices:
          - Ceiling light - Bedroom
        on: false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 13:31:39 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/turn-on-light-for-a-set-time/m-p/712513#M55089</guid>
      <dc:creator>MarciaMellow</dc:creator>
      <dc:date>2025-04-22T13:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: turn on light for a set time</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/turn-on-light-for-a-set-time/m-p/713189#M55132</link>
      <description>&lt;P&gt;Thanks! That worked perfectly.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 08:35:33 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/turn-on-light-for-a-set-time/m-p/713189#M55132</guid>
      <dc:creator>iPinque</dc:creator>
      <dc:date>2025-04-25T08:35:33Z</dc:date>
    </item>
  </channel>
</rss>

