Moved more to packages
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user