From 2101f4a056ea17c89d0392bd65f8d5b4c8fc4953 Mon Sep 17 00:00:00 2001 From: morgane Date: Tue, 16 Jun 2026 16:47:44 +0000 Subject: [PATCH] Supprimer configuration.yaml --- configuration.yaml | 69 ---------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 configuration.yaml diff --git a/configuration.yaml b/configuration.yaml deleted file mode 100644 index 761ed21..0000000 --- a/configuration.yaml +++ /dev/null @@ -1,69 +0,0 @@ -# Loads default set of integrations. Do not remove. -default_config: - -# Load frontend themes from the themes folder -frontend: - themes: !include_dir_merge_named themes - -automation: !include automations.yaml -script: !include scripts.yaml -scene: !include scenes.yaml -#####Fin conf init - -http: - server_port: 8234 - use_x_forwarded_for: true - trusted_proxies: - - 192.168.42.0/24 - -## Notifications -notify: - # Synology chat - - platform: synology_chat - name: Gerardo - resource: !secret syno_chat_res - verify_ssl: false - - - platform: rest - name: gotify_notify - resource: http://192.168.42.10:7683/message - method: POST - headers: - X-Gotify-Key: "A2lcZFjpJXRGhz9" - message_param_name: message - title_param_name: title - data: - priority: 5 - -prometheus: - namespace: gerald - -# Wake On LAN -wake_on_lan: - - mac: "A4:BB:6D:88:A9:2D" - - host: "192.168.42.10" - - name: "Idefix" - -## SWITCHS -# WAL -switch: - - platform: wake_on_lan - mac: "A4:BB:6D:88:A9:2D" - name: "Idefix" - -# Emulateur Zigbee -emulated_hue: - type: alexa - host_ip: 192.168.42.14 - listen_port: 80 - expose_by_default: false - entities: - light.lampadaire: - name: "Lampadaire" - hidden: false - -template: - - sensor: - - name: "timer_ch_duration" - state: "{{ (states('input_number.timer_ch') | int * 60) | int }}" - unit_of_measurement: "seconds"