Google Home Gemini Extensions Reportedly Rolling out to all users

Google Home Gemini Extensions Reportedly Rolling out to all users

Google Home Extension for Gemini is reportedly rolling out to all users. As per a report, the new extension will be shipped globally over the coming weeks. The extension will allow the gemini app on Android and iOS to control and manage Google Home-Connected Smart Home Devices. This will allow users to type or Speak Natural Language Commands, and the Artificial Intelligence (AI) Chatbot Can Understand the Context to Complete the Task. Currently, Gemini Can Manage Google Workspace Apps, Google Maps, YouTube, YouTube Music, And More.google Home Gemini Extension Rolling Out to Usersaccording to A9TO5GOOGLE REPORT, The Google House Ed rolling out to all gemini users on Android and iOS . The extension was first released as a public preview in November 2024, and now it is expected to be available globally over the next few weeks. Some users have alredy reported Or the app. Thos on the web client can click Settings> Extensions> Google Home and Toggle the button next to it. On the app, users can tap on their profile picture, find extensions menu, and look for @google home. After Locating It, Users will have to tap the toggle button.as per google’s support page, the new gemini extension can access smart home appliances such as lights, Sockets, SWICKES Ostats, fans, curtains, smart tvs, speakers , Washing Machines, and More. One thing to note here is that devices must be connected to google home.with gemini, users will be able to make Multi-STEP and Complex Commands in Natural Language, and the ai chatbot will be able to Complete to Complete to Complete to Complete. For instance, users can tell the app to “set the hall for a gaming session,” and it will be able to set the lights and ac to preferred settings and turn on the Google TV-Powered Smart TV. Similarly, it can also undersrstand vague commands such as ” The feature works with both text and audio inputs but can only accept English language prompts currently. Additional, the extension does not support commands for security devices that require a pin and it cannot stream video feed from cameras. It also cannot execute routines close. 6

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread
Subscribe for notification
Exit mobile version