Moved more to packages

This commit is contained in:
2022-10-12 11:20:47 +13:00
parent 728b9eee62
commit fd69d971f5
17 changed files with 127 additions and 125 deletions

View File

@@ -26,11 +26,6 @@ logger:
custom_components.evnex: debug
evnex: debug
# mqtt broker
#mqtt:
# broker: !secret mqtt1_broker
# port: !secret mqtt1_port
device_tracker:
- platform: bluetooth_le_tracker
@@ -44,18 +39,3 @@ input_boolean:
away_occupied_routine:
name: Automation for Lights etc when away
icon: mdi:shield-lock
rest_command:
chores1_request:
url: !secret grocy_api_uri_chore6
method: PUT
headers:
accept: "*/*"
GROCY-API-KEY: !secret grocy_api_key
content_type: "application/json"
payload: '{
"name" : "{{ name }}" ,
"next_execution_assigned_to_user_id" : "{{ assigned_to }}"
}'
# payload: '{"name" : "{{ name }}" , "next_estimated_execution_time" : "{{ next_time }}", "next_execution_assigned_to_user_id" : "{{ assigned_to }}" }'
verify_ssl: false