aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: release v0.3.0v0.3.0diogo4642026-01-201-1/+1
* fixed doctestdiogo4642026-01-201-3/+1
* cargo fmtdiogo4642026-01-205-15/+16
* derive default instead of manual impl for DeviceBuffersOwneddiogo4642026-01-201-15/+1
* added claude release commanddiogo4642026-01-201-0/+36
* updated dependenciesdiogo4642026-01-203-38/+57
* fix: prefix discovery unique_id with device iddiogo4642026-01-191-7/+31
* add mqtt helper functions and refactor buffer managementdiogo4642026-01-092-273/+421
* Merge pull request #1 from ToBinio/set-msrvdiogo4642026-01-051-0/+1
|\
| * set rust-version to 1.91.1ToBinio2026-01-021-0/+1
|/
* updated dependenciesdiogo4642025-12-201-6/+6
* added Justfilediogo4642025-12-161-0/+11
* fixed clippy warningsdiogo4642025-12-163-15/+4
* update Cargo.lock for version 0.2.0v0.2.0diogo4642025-12-141-1/+1
* bump version to 0.2.0diogo4642025-12-141-1/+1
* Improve documentation and replace publish_on_command with CommandPolicy enumdiogo4642025-12-147-31/+392
* added category field to entity discovery payloaddiogo4642025-12-142-0/+29
* use 30s mqtt keepalivediogo4642025-12-134-28/+65
* publish values on first iteration of rundiogo4642025-12-131-5/+9
* added device tracker entitydiogo4642025-12-125-13/+226
* bump version to 0.1.1v0.1.1diogo4642025-12-092-2/+2
* added dBm unit for signal strengthdiogo4642025-12-092-0/+37
* small visibility fixesv0.1.0diogo4642025-12-094-16/+27
* fixed warnings/lintsdiogo4642025-12-096-53/+60
* moved embedded-mqtt crate to a modulediogo4642025-12-0916-65/+14
* added READMEdiogo4642025-12-091-0/+16
* added some documentationdiogo4642025-12-091-0/+13
* updated Cargo.toml for publishdiogo4642025-12-094-237/+24
* updated edition to 2024diogo4642025-12-091-1/+1
* embedded-mqtt: removed embassy-net depdiogo4642025-12-093-7/+9
* formatting and improved timeout handlingdiogo4642025-12-087-89/+238
* code style changediogo4642025-12-076-420/+427
* Clear socket timeout after successful connectiondiogo4642025-12-061-0/+2
* Implement connect_and_run helper functiondiogo4642025-12-062-2/+103
* Fix availability handling with MQTT retain flagdiogo4642025-12-062-2/+11
* Complete error handling for availability publishdiogo4642025-12-061-8/+63
* Refactor sensor API to support generic sensor types with configurable display...diogo4642025-12-064-31/+47
* added SensorClass enumdiogo4642025-12-061-0/+123
* added state class constants/enumdiogo4642025-12-062-0/+22
* added queue_publish logic to switch set methoddiogo4642025-12-051-4/+17
* added publish_on_command option to numberdiogo4642025-12-053-9/+44
* added tracing as dev dependencydiogo4642025-12-052-0/+13
* reworked loggingdiogo4642025-12-059-33/+307
* added publish_on_command option to switchdiogo4642025-12-053-4/+28
* changed verbosity of some log messagesdiogo4642025-12-051-5/+5
* improved error handling and log messagesdiogo4642025-12-057-91/+178
* removed unused commentdiogo4642025-12-051-118/+0
* reworked entity storagediogo4642025-12-059-116/+337
* reworked entity creationdiogo4642025-12-0516-283/+1893
* added monetary constantsdiogo4642025-12-051-0/+17