|
3dbc14ccac
|
Moved last config items to lua + small cleanup
|
2024-05-05 02:05:03 +02:00 |
|
|
870da3eea9
|
DeviceManager no longer handles subscribing and filtering topics, each device has to do this themselves now
|
2024-05-05 02:05:01 +02:00 |
|
|
c4978ab9ca
|
Improved how devices are created, ntfy and presence are now treated like any other device
|
2024-05-05 02:04:45 +02:00 |
|
|
e43bd4ea2a
|
Moved schedule config from yml to lua
|
2024-05-05 02:02:37 +02:00 |
|
|
f115e0e6e8
|
Everything needed to construct a new device is passed in through lua
|
2024-05-05 02:02:35 +02:00 |
|
|
e79787561d
|
Device config is now done through lua
|
2024-05-05 02:02:35 +02:00 |
|
|
668f13863a
|
Replaced impl_cast with a new and improved trait
With this trait the impl_cast macros are no longer needed, simplifying
everything.
This commit also improved how the actual casting itself is handled.
|
2024-05-05 02:01:13 +02:00 |
|
|
73a2b077ed
|
Fmt: Added cargofmt config and reformatted files
continuous-integration/drone/push Build is passing
|
2023-11-20 23:27:48 +01:00 |
|
|
db17b68e90
|
Feature: Schedule devices turning on/off
continuous-integration/drone/push Build is passing
|
2023-11-17 00:01:13 +01:00 |
|
|
dd4be4a2ee
|
Switched from toml to yaml for configuration
continuous-integration/drone/push Build is failing
|
2023-11-05 22:41:48 +01:00 |
|
|
b12b76bd50
|
Added Air Filter support
continuous-integration/drone/push Build is passing
|
2023-10-07 05:34:33 +02:00 |
|
|
9628b8a94b
|
HueLight is now HueGroup and uses a scene to turn the light on, the contact sensor will also not override the current light state if it is already on
continuous-integration/drone/push Build is passing
|
2023-08-18 05:56:45 +02:00 |
|
|
044c38ba86
|
More refactoring
|
2023-08-18 03:07:16 +02:00 |
|
|
cff9cb4bf6
|
Further improvements to how devices are created
|
2023-08-17 01:47:05 +02:00 |
|
|
e38c5eed31
|
AudioSetup now takes the name of two already created devices and stores a reference to the devices instead of creating and owning the devices directly
|
2023-08-14 01:56:00 +02:00 |
|
|
a67e47997b
|
More refactoring
|
2023-08-11 03:16:23 +02:00 |
|