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