Sort components

This commit is contained in:
Edward Firmo
2023-11-09 15:53:41 +01:00
parent a59ff2495c
commit e4e4c3f468

View File

@@ -7,15 +7,6 @@
##### ATTENTION: This will add advanced elements to the core system and requires the core part. #####
#####################################################################################################
captive_portal:
time:
- id: !extend time_provider
on_time_sync:
then:
- component.update: api_timestamp
- component.update: device_timestamp
api:
services:
##### Service to play a rtttl tones #####
@@ -38,6 +29,8 @@ button:
- logger.log: "Button pressed: Exit reparse"
- script.execute: exit_reparse
captive_portal:
sensor:
##### Uptime Sensors #####
- name: ${device_name} Uptime seconds
@@ -91,6 +84,13 @@ text_sensor:
name: ${device_name} BSSID
disabled_by_default: true
time:
- id: !extend time_provider
on_time_sync:
then:
- component.update: api_timestamp
- component.update: device_timestamp
web_server:
id: web_server_std
port: 80