<?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: Script Editor: Share your ideas and vote on others' ideas! in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/623363#M46756</link>
    <description>&lt;P&gt;Is there any news on this type of functionality?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2024 08:49:06 GMT</pubDate>
    <dc:creator>CarlDC</dc:creator>
    <dc:date>2024-05-29T08:49:06Z</dc:date>
    <item>
      <title>Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435571#M18692</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We built the Google Home script editor to give you more control over your home automations (&lt;/SPAN&gt;&lt;A href="https://www.googlenestcommunity.com/t5/Blog/Create-powerful-automations-with-our-new-script-editor-now-available-in/ba-p/433461" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;announcement post&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;). We are still in the early days of the script editor, and we highly value feedback and ideas from our community to shape its future.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can use this post to:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Share ideas&lt;/STRONG&gt;&lt;SPAN&gt; that will help you build your next scripted automation&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Vote on other people's ideas&lt;/STRONG&gt;&lt;SPAN&gt; by clicking the "Kudos" button next to the idea&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How do I submit an idea? Can I submit more than one idea?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To submit an idea, simply click the "Reply" button below this post and add your idea in the following format:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Idea&lt;/STRONG&gt;&lt;SPAN&gt;: Weather as a starter&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Example automation&lt;/STRONG&gt;&lt;SPAN&gt;: If it's about to rain today, remind me to carry my umbrella.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;We encourage you to submit as many ideas as you like, but please use one comment per idea so that it's easy for others to vote on your ideas.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How do I vote for an idea? Can I vote on more than one idea?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To vote for an idea, simply click the "Kudos" button next to the idea that helps you with your use case. Please use your votes thoughtfully so that we can clearly understand what matters to you the most.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Will my idea be implemented? Will the top-voted idea be implemented?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We will do our best to prioritize what is important across our entire community and look at feedback across many channels throughout the product cycle. We will very actively use your feedback in our prioritization exercise, but cannot make any guarantees or promises that you'll see your idea/feedback implemented into the product. That said, we will do our best to address the pain points and problems our community is trying to solve.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We look forward to hearing your ideas!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Prafulla Rawal, Senior Product Manager, Google Home&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 06:52:28 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435571#M18692</guid>
      <dc:creator>Prafulla</dc:creator>
      <dc:date>2023-06-17T06:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435682#M18723</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&lt;/STRONG&gt;&amp;nbsp;Add the ability to have some kind of virtual switch or global variable to store some kind of state. You should be able to use this state as a condition or even as a starter (value changed)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example automation:&lt;/STRONG&gt;&amp;nbsp;Some devices don't have a On/Off state but only a way to toggle the current state, whatever the current state is. This notably affects IR devices like simple fans or similar. These can be controlled by IR blaster devices like the SwitchBot Mini Hub. However, since you don't know the current state of the device, you can't really use it within automations. Example:&amp;nbsp; I would like to turn off my fan when I start my bedtime routine. Since the automation doesn't know the current state of the fan, it would turn it on if the wasn't on to begin with. With the virtual switch I could synchronize/store the current state and build a routine around it. In general this would enable many more complex automations.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 05:59:31 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435682#M18723</guid>
      <dc:creator>Index</dc:creator>
      <dc:date>2023-06-17T05:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435690#M18727</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&lt;/STRONG&gt; Please add the ability to have a starter based on a webhook.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example automation:&lt;/STRONG&gt; Probably many of us using the Script Editors are familar with programming and using APIs. Since there are many devices out there which don't support an integration with Google Home or similar, but provide a webhook, we could use a webhook starter as a step to integrate these devices into our automations.&lt;/P&gt;&lt;P&gt;Also, this wouldn't be limited to actual devices. With a webhook starter you could come up with your own complex logic somewhere which would never fit into the Script Editor's abilities.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 06:00:03 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435690#M18727</guid>
      <dc:creator>Index</dc:creator>
      <dc:date>2023-06-17T06:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435691#M18728</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&lt;/STRONG&gt; Similar to the suggestion of having a webhook to start an automation, it would be great to be able to trigger a webhook as an action.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example automation:&lt;/STRONG&gt; With that you could call your custom logic/app/API based on something happening in your home.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 06:00:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435691#M18728</guid>
      <dc:creator>Index</dc:creator>
      <dc:date>2023-06-17T06:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435703#M18731</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea: &lt;/STRONG&gt;Google Assistant Query as a condition&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example automation: &lt;/STRONG&gt;Turn on the sprinklers at a set time, but confirm with the user first.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The idea is to have the Google Assistant ask for confirmation. The supported devices can be phone (notification), speaker/display (asks through voice), etc. It would be similar to the `&lt;SPAN&gt;OkGoogleEvent` and `BroadcastCommand`. It would broadcast a question ("Do you want to turn on the sprinklers now?"), and expect a response which can be compared to the `is` field. For example if `is: Yes` and the user says `Yes` then the condition is true and the actions run. You could also have something like a `default` field if the user fails to respond.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I could also see this being paired with occupancy detection and home presence. Such as only ask if no one is inside but people are still home (likely outside). However, that would require conditional conditionals which I'm not sure if the current syntax supports.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 07:26:16 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435703#M18731</guid>
      <dc:creator>Alphabet</dc:creator>
      <dc:date>2023-06-17T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435705#M18733</link>
      <description>&lt;P&gt;Support for starters type: time.between&lt;BR /&gt;Currently, if you want to change the color temperature of lighting at a specific time of day&lt;BR /&gt;It seems to be necessary to create two scripts with almost the same content, one with the ON switch already turned on, and another with the ON switch turned on within a certain time period.&lt;/P&gt;&lt;P&gt;starters: type: time.schedule condition: type: device.state.OnOff&lt;BR /&gt;starters: type: device.state.OnOff condition: type: time.between&lt;/P&gt;&lt;P&gt;If these two are prepared, the light will not turn on when Off and will change to the specified color temperature when it turns on regardless of the state.&lt;/P&gt;&lt;P&gt;But this is too long.&lt;BR /&gt;starters type: time.between condition: type: device.state.OnOff&lt;BR /&gt;It would be half the work if it could be written as&lt;/P&gt;&lt;P&gt;If you have any other great ideas, please let me know!&lt;BR /&gt;Also, apologies for the difficult to read text!&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 06:02:47 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435705#M18733</guid>
      <dc:creator>mizuhaunomori</dc:creator>
      <dc:date>2023-06-17T06:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435709#M18736</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&lt;/STRONG&gt;Use google home hub's motion sensor as trigger&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example automation: &lt;/STRONG&gt;When someone comes to front of Google home, when it's dark outside, it turns on the lights&lt;/P&gt;&lt;P&gt;Sorry for bad English&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 12:23:15 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435709#M18736</guid>
      <dc:creator>Eurik123</dc:creator>
      <dc:date>2023-06-17T12:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435713#M18739</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&amp;nbsp;&lt;/STRONG&gt;To be able to use sensor data from a Philips Hue motion sensor&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example automation:&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;To close blinds/ curtains/ shutters when the sensor is exposed to direct sunlight.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt; All HUE motion sensor also measure LUX. These values are not available to see in the Google Home app nor the native HUE app itself.&lt;BR /&gt;But some 3rd party apps like "Hue essentials" give you access to the level of light measured by the motion sensor.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;At the moment i have a HUE motion sensor sitting in my window. Once it measures more than 30.000 LUX - which is direct sunlight - it will trigger a lamp to turn on, and when that lamp turns on my blinds/ shutters will close.&lt;/P&gt;&lt;P&gt;This is of course a workaround and not ideal, and i would obviously be much more happy to be able to create this scenario and automation directly in the Google Home app using the LUX data directly.&lt;BR /&gt;&lt;BR /&gt;One thing that i dont understand is, why not all sensor data is available in the Google Home app.&lt;BR /&gt;I have several Shelly products, and on my Google Nest hub i can access both temperature and humidity data. But in the Google Home app only humidity.&lt;BR /&gt;How hard can it be to display the data, when the sensor is providing it?&lt;/P&gt;&lt;P&gt;Same with the HUE motion sensor. They measure both movement, temperature and light level/ LUX. It should not be that hard to make the data available in the Google Home app.....&lt;BR /&gt;&lt;BR /&gt;/Bo Thygesen&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 06:43:54 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435713#M18739</guid>
      <dc:creator>bothygesen</dc:creator>
      <dc:date>2023-06-17T06:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435717#M18742</link>
      <description>&lt;P&gt;&lt;STRONG&gt;IDEA:&lt;/STRONG&gt;&lt;BR /&gt;Allow for a variable to store (and then restore) the state of an object.&lt;BR /&gt;In my case this objects are Philips Hue light bulbs.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example automation:&lt;/STRONG&gt;&lt;BR /&gt;I have it setup (with tasker) that when someone presses the doorbell, the lights across the house flash in a red color x-amount of times.&lt;/P&gt;&lt;P&gt;When the lights are on at the time someone rings the bell, it will remember the initial color (or state) , flash that light in red and once the automation is over, it will return it to its original color. If the light was off, it will turn it back off.&lt;/P&gt;&lt;P&gt;This is useful in different areas in the house where the doorbell's reach isn't as loud or inaudible all together.&lt;/P&gt;&lt;P&gt;- When in the garden (floodlights will flash)&lt;BR /&gt;- In the bedroom (when asleep i don't get woken by sound but i do by light)&lt;BR /&gt;- At my office, when the music is on i don't here the doorbell&lt;BR /&gt;- ....&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 07:16:36 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435717#M18742</guid>
      <dc:creator>Snak3d0c</dc:creator>
      <dc:date>2023-06-17T07:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435718#M18743</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&lt;/STRONG&gt; Toggle Option for &lt;SPAN&gt;OnOffCommand`&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example automation:&lt;/STRONG&gt; Turn a light that is off, on or turn a light that is on, off. This would work for any device that supports `&lt;SPAN&gt;OnOffCommand`.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 07:26:55 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435718#M18743</guid>
      <dc:creator>Alphabet</dc:creator>
      <dc:date>2023-06-17T07:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435745#M18745</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&lt;/STRONG&gt;&amp;nbsp; Google Calendar entries as starters or condition&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example automation: &lt;/STRONG&gt;The lights are not turned on in the morning when you are off and don't have to go to work.&amp;nbsp;Have the lights switch when your faviourite team plays. Use lights as a sublte reminder for&amp;nbsp;appointments.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You could react to the start or end of a calendar entry.&lt;BR /&gt;Or have the condition that checks for all-day long events.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 09:59:33 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435745#M18745</guid>
      <dc:creator>Diazed</dc:creator>
      <dc:date>2023-06-17T09:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435747#M18746</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&lt;/STRONG&gt;&amp;nbsp; Support for managing Alarms&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example automation:&amp;nbsp;&lt;/STRONG&gt;Pause my alarm when my motion sensor noticed me walking around&amp;nbsp; 10min prior. Don't start my alarm when nobody is at home. Don't wake me up when i am off work that day.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 10:03:43 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435747#M18746</guid>
      <dc:creator>Diazed</dc:creator>
      <dc:date>2023-06-17T10:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435748#M18747</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&lt;/STRONG&gt;&amp;nbsp; Support sleep sensors (Nest Hub 2 / FitBit Watches ..)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example automation: &lt;/STRONG&gt;Turn off the bedroom lights when someone fell asleep there. Set an alarm that wakes me up in 1hour (Alarms not yet supported)&amp;nbsp; when i'm falling asleep mid day. Turn off my doorbell when i am asleep (Also far from supported)&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 10:11:38 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435748#M18747</guid>
      <dc:creator>Diazed</dc:creator>
      <dc:date>2023-06-17T10:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435793#M18752</link>
      <description>&lt;P&gt;Idea: weather / temperature / humidity as starters&lt;/P&gt;&lt;P&gt;Example automation: when temperature is over 24°C turn on a fan. When the humidity is over 70% turn on a dehumidifier. When it's too sunny close the blinds.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 13:07:06 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435793#M18752</guid>
      <dc:creator>Vitor_Videira</dc:creator>
      <dc:date>2023-06-17T13:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435840#M18755</link>
      <description>&lt;P&gt;Idea: motion sensors as starters&lt;BR /&gt;Automation: when a motion does not detect motion for X seconds or minutes then perform action Y&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 14:38:41 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435840#M18755</guid>
      <dc:creator>SgtPlatta</dc:creator>
      <dc:date>2023-06-17T14:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435848#M18757</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/374856"&gt;@SgtPlatta&lt;/a&gt;&amp;nbsp;- This is already supported. Check &lt;A href="https://developers.home.google.com/automations/example-scripts#motion_triggered_lights_with_motion_detection" target="_blank" rel="noopener"&gt;this example&lt;/A&gt; that turns off the light if there is no motion for 5 minutes.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 14:48:04 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435848#M18757</guid>
      <dc:creator>Prafulla</dc:creator>
      <dc:date>2023-06-17T14:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435851#M18760</link>
      <description>&lt;P&gt;About time Google releases this long promised capability, but mostly too late just like in the "AI" game.&amp;nbsp; I've moved on to using Home Assistant for automations.&amp;nbsp; It's now my primary place to connect devices which I selectively share to Google Home.&amp;nbsp; Google Assistant is now just the dumb voice that I talk to to interact with Home Assistant.&lt;/P&gt;&lt;P&gt;The death of Google is going to be their loss of pioneering, being open, and taking chances.&amp;nbsp; They have so much potential, but the corp bureaucracy now gets in the way of releasing things until they've been so overly sanitized and locked down that they become almost useless.&amp;nbsp; Stop dragging your feet and stop trying to protect me from myself!!&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 14:57:34 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435851#M18760</guid>
      <dc:creator>ViciousNarwhal</dc:creator>
      <dc:date>2023-06-17T14:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435892#M18767</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/683"&gt;@Alphabet&lt;/a&gt;&amp;nbsp;- While this is a great idea, sharing a workaround that you can use for now. The script below uses assistant.command.OkGoogle to toggle the device with the help from Google Assistant. Give it a try and see if this helps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;metadata:
  name: Test toggle
  description: Toggle a device using Assistant query

automations:
  starters:
    - type: assistant.event.OkGoogle
      eventData: query
      is: Test automation

  actions:
    - type: assistant.command.OkGoogle
      okGoogle: Toggle living room lamp
      devices: Living room display - Living room&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 17:09:59 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435892#M18767</guid>
      <dc:creator>Prafulla</dc:creator>
      <dc:date>2023-06-17T17:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Script Editor: Share your ideas and vote on others' ideas!</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435902#M18773</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Idea:&lt;/STRONG&gt;&amp;nbsp;Add individual/personal home presence sensing as starter (based on phone location)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example automation:&lt;/STRONG&gt;&amp;nbsp;Turn on office lights only when I arrive at home (not when any of my family members arrive home without me).&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 17:01:11 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435902#M18773</guid>
      <dc:creator>Neston</dc:creator>
      <dc:date>2023-06-17T17:01:11Z</dc:date>
    </item>
    <item>
      <title>Use Google WiFi as a starter</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435964#M18798</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;It would be useful to have connecting to home Wifi as a starter. For example:&lt;/P&gt;&lt;P&gt;when my phone connects to the Google Wifi turn on certain light(s)&lt;/P&gt;&lt;P&gt;then after 30 minutes delay turn light(s) off&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 18:57:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/m-p/435964#M18798</guid>
      <dc:creator>Mwareman</dc:creator>
      <dc:date>2023-06-17T18:57:26Z</dc:date>
    </item>
  </channel>
</rss>

