2024-10-05 12:38:13 -04:00
|
|
|
// Common usings for NetDaemon apps
|
|
|
|
global using System;
|
|
|
|
global using System.Reactive.Linq;
|
|
|
|
global using NetDaemon.AppModel;
|
|
|
|
global using NetDaemon.HassModel;
|
2024-10-05 14:43:43 -04:00
|
|
|
global using NetDaemon.HassModel.Integration;
|