From fba402da1be5bea29cd7f912cac6733e97563e18 Mon Sep 17 00:00:00 2001 From: Garland Kan Date: Thu, 2 May 2024 11:45:29 -0700 Subject: [PATCH] Update search_items_gar.yaml --- .../alert_on_low_price/search_items_gar.yaml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/internet-item-price/alert_on_low_price/search_items_gar.yaml b/internet-item-price/alert_on_low_price/search_items_gar.yaml index 8b19d955..75a3980b 100644 --- a/internet-item-price/alert_on_low_price/search_items_gar.yaml +++ b/internet-item-price/alert_on_low_price/search_items_gar.yaml @@ -124,3 +124,45 @@ search_items: ## You can set this to zeror/0 to disable this filter low: 20 high: 35 +- item: Nest Hub 2nd gen + ## additional_title_filters are filters for the title after the search results has + ## been returned. Sometimes google returns items that are not the exact match. + ## The list here are "ANDs", all of them has to be found in the title of the + ## resutlts. + additional_title_filters: + - 2nd gen + ## The not_in_title list are filters that are used to filter out the results. This one has + ## a list of words you do not want to see in the title of the results. + not_in_title: + - wyze + - echo + not_from_these_sellers: + - AliExpress.com + - Temu + price: + ## If the price is lower than the "low", then filter it out + ## Sometime if the price is too low, it is a scam or just not the product you want + ## You can set this to zeror/0 to disable this filter + low: 20 + high: 41 +- item: Nest Hub Max + ## additional_title_filters are filters for the title after the search results has + ## been returned. Sometimes google returns items that are not the exact match. + ## The list here are "ANDs", all of them has to be found in the title of the + ## resutlts. + additional_title_filters: + - 2nd gen + ## The not_in_title list are filters that are used to filter out the results. This one has + ## a list of words you do not want to see in the title of the results. + not_in_title: + - wyze + - echo + not_from_these_sellers: + - AliExpress.com + - Temu + price: + ## If the price is lower than the "low", then filter it out + ## Sometime if the price is too low, it is a scam or just not the product you want + ## You can set this to zeror/0 to disable this filter + low: 20 + high: 41