mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Don't ping Randi as often
This commit is contained in:
@@ -60,6 +60,7 @@ updater:
|
|||||||
logger:
|
logger:
|
||||||
default: warning
|
default: warning
|
||||||
logs:
|
logs:
|
||||||
|
homeassistant.components.scrape.sensor: fatal
|
||||||
homeassistant.components.waze_travel_time.sensor: error
|
homeassistant.components.waze_travel_time.sensor: error
|
||||||
homeassistant.components.shell_command: error
|
homeassistant.components.shell_command: error
|
||||||
homeassistant.components.amcrest: error
|
homeassistant.components.amcrest: error
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ sensor:
|
|||||||
select: ".default-cart-wrapper #cart-total"
|
select: ".default-cart-wrapper #cart-total"
|
||||||
value_template: "{{ 'on' if value.find('продукт') > -1 else 'off' }}"
|
value_template: "{{ 'on' if value.find('продукт') > -1 else 'off' }}"
|
||||||
name: Randi cart availability
|
name: Randi cart availability
|
||||||
|
scan_interval: 300
|
||||||
|
|
||||||
automation:
|
automation:
|
||||||
- alias: Randi · Notify cart is available
|
- alias: Randi · Notify cart is available
|
||||||
|
|||||||
Reference in New Issue
Block a user