mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-17 15:23:21 +01: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>
|
|
} |