Soil moisture sensor for my vegetable garden.
 
 
Go to file
Dustin e628508ff5 mqtt_discovery: Add state_class, entity_category
Populating these options helps Home Assistant display the sensors better
in the UI.

The `publish_client` function has too many parameters as it is, making
it difficult to keep track of which value is passed as which argument.
Using a structure and designated initializers makes this a lot cleaner.
2022-05-16 21:17:20 -05:00
.vscode Initial commit 2022-05-08 20:34:58 -05:00
.gitignore Initial commit 2022-05-08 20:34:58 -05:00
constants.h Initial commit 2022-05-08 20:34:58 -05:00
gardensensor.ino Initial commit 2022-05-08 20:34:58 -05:00
isrgrootx1.pem Initial commit 2022-05-08 20:34:58 -05:00
mqtt_discovery.cpp mqtt_discovery: Add state_class, entity_category 2022-05-16 21:17:20 -05:00
mqtt_discovery.hpp Initial commit 2022-05-08 20:34:58 -05:00
values.cpp Initial commit 2022-05-08 20:34:58 -05:00
values.hpp Initial commit 2022-05-08 20:34:58 -05:00