diff --git a/configuration.yaml b/configuration.yaml index 8071744..7a09157 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -67,7 +67,7 @@ rest: icon: mdi:clock-outline - resource: https://www.seismicportal.eu/fdsnws/event/1/query?format=json&limit=5&lat=49.5845&lon=1.1403&maxradius=5&orderby=time - scan_interval: 300 + scan_interval: 1800 sensor: - name: "Dernier séisme" unique_id: dernier_seisme diff --git a/sensors.yaml b/sensors.yaml index 106d6a2..e69de29 100644 --- a/sensors.yaml +++ b/sensors.yaml @@ -1,14 +0,0 @@ -- platform: rest - name: "Mealie Meal Plan" - unique_id: mealie_meal_plan - resource: "http://192.168.42.10:7670/api/groups/mealplans?orderBy=date&orderDirection=asc&perPage=20" - headers: - Authorization: "Bearer !secret mealie_token" - value_template: "{{ value_json.items | length }} repas planifiés" - json_attributes_path: "$.items" - json_attributes: - - date - - entryType - - title - - recipe - scan_interval: 3600