This is a custom component for Home Assistant to track prices of products from e-commerce websites. You can find prices of products from different e-commerce websites like Amazon, Flipkart, etc. This component uses BeautifulSoup to scrape the prices of products from the websites.
🚨 We do not recommend installing custom components directly from GitHub.
You can add entity to your system by configure button in the integrations page. Upsert Item page requires URL of the product page which you want to track.
Add Integration
button.E-Commerce Price Tracker
.Submit
button.Configure
button in the integration page.Add entity
button. Some provider may require device id.Submit
button.Product URL
: URL of the product page which you want to track.Management Category Id
: Category Id of the product. Some providers support their own display categories.Refresh interval
: Interval in seconds to refresh the price of the product.Proxy URL
: URL of the proxy server to use for scraping the website. (Optional)Some properties represent calculated results. There are conditions for delivery, specific characteristics of the item, etc.
Inventory information is divided into three types: In Stock
, Out of Stock
, and Almost out of stock
.
In Stock
: The product is in stock.Out of Stock
: The product is out of stock.Almost out of stock
: The product is almost out of stock.Almost out of stock is determined by the number of products in stock. The number of products in stock is set to 10 by default, but you can change it in the configuration or automatically set it by the provider.
MIT License, see LICENSE.