mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-02-15 07:27:13 +00:00
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
|
|
#include <tunables/global>
|
|
|
|
profile example flags=(attach_disconnected,mediate_deleted) {
|
|
#include <abstractions/base>
|
|
}
|
|
|
|
profile example_2 flags=(attach_disconnected,mediate_deleted) {
|
|
#include <abstractions/base>
|
|
} |