Add System Package
This commit is contained in:
3
packages/system/README.md
Normal file
3
packages/system/README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# System Package
|
||||||
|
|
||||||
|
This package contains configuration information for the Home Assistant system itself, as well as various helper entities.
|
||||||
10
packages/system/system.yaml
Normal file
10
packages/system/system.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# System Package
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# Time of Day Sensors and Helpers
|
||||||
|
sensor:
|
||||||
|
- platform: time_date
|
||||||
|
display_options:
|
||||||
|
- 'time'
|
||||||
|
- 'date'
|
||||||
|
- 'date_time'
|
||||||
Reference in New Issue
Block a user