|
fcd0b370d6
|
DeviceManager no longer handles subscribing and filtering topics, each device has to do this themselves now
|
2024-05-07 00:05:37 +02:00 |
|
|
3e4ea8952a
|
Improved how devices are created, ntfy and presence are now treated like any other device
|
2024-05-07 00:05:36 +02:00 |
|
|
5069d1b0e7
|
Moved schedule config from yml to lua
|
2024-05-07 00:05:36 +02:00 |
|
|
f4a1b507e5
|
Everything needed to construct a new device is passed in through lua
|
2024-05-07 00:05:36 +02:00 |
|
|
bfc73c7bd3
|
Device config is now done through lua
|
2024-05-07 00:05:36 +02:00 |
|
|
f50bc4bd0c
|
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-07 00:05:32 +02:00 |
|
|
3689a52afd
|
Replaced impl_cast with a new and improved trait
Build and deploy automation_rs / Build automation_rs (push) Successful in 4m0s
Build and deploy automation_rs / Build Docker image (push) Successful in 52s
Build and deploy automation_rs / Deploy Docker container (push) Successful in 28s
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 00:33:21 +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 |
|