aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* fixed doctestdiogo4642026-01-201-3/+1
* derive default instead of manual impl for DeviceBuffersOwneddiogo4642026-01-201-15/+1
* fix: prefix discovery unique_id with device iddiogo4642026-01-191-7/+31
* add mqtt helper functions and refactor buffer managementdiogo4642026-01-091-273/+417
* fixed clippy warningsdiogo4642025-12-161-1/+1
* Improve documentation and replace publish_on_command with CommandPolicy enumdiogo4642025-12-141-15/+184
* added category field to entity discovery payloaddiogo4642025-12-141-0/+4
* use 30s mqtt keepalivediogo4642025-12-131-22/+28
* publish values on first iteration of rundiogo4642025-12-131-5/+9
* added device tracker entitydiogo4642025-12-121-13/+115
* small visibility fixesv0.1.0diogo4642025-12-091-15/+23
* fixed warnings/lintsdiogo4642025-12-091-13/+25
* moved embedded-mqtt crate to a modulediogo4642025-12-091-6/+8
* added some documentationdiogo4642025-12-091-0/+13
* formatting and improved timeout handlingdiogo4642025-12-081-62/+168
* code style changediogo4642025-12-071-404/+406
* Clear socket timeout after successful connectiondiogo4642025-12-061-0/+2
* Implement connect_and_run helper functiondiogo4642025-12-061-1/+102
* Fix availability handling with MQTT retain flagdiogo4642025-12-061-1/+9
* Complete error handling for availability publishdiogo4642025-12-061-8/+63
* Refactor sensor API to support generic sensor types with configurable display...diogo4642025-12-061-4/+8
* added publish_on_command option to numberdiogo4642025-12-051-5/+30
* reworked loggingdiogo4642025-12-051-25/+37
* added publish_on_command option to switchdiogo4642025-12-051-1/+8
* changed verbosity of some log messagesdiogo4642025-12-051-5/+5
* improved error handling and log messagesdiogo4642025-12-051-85/+167
* removed unused commentdiogo4642025-12-051-118/+0
* reworked entity storagediogo4642025-12-051-89/+236
* reworked entity creationdiogo4642025-12-051-273/+71
* added new publish functions to Entitydiogo4642025-12-051-0/+13
* added basic binary sensor examplediogo4642025-12-041-12/+98
* added switch examplediogo4642025-12-041-1/+95
* added number examplediogo4642025-12-041-335/+82
* use device id as mqtt client iddiogo4642025-12-041-1/+1
* initdiogo4642025-12-041-0/+967