| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cargo fmt | diogo464 | 2026-01-20 | 1 | -3/+1 |
| | | |||||
| * | fixed clippy warnings | diogo464 | 2025-12-16 | 1 | -9/+1 |
| | | |||||
| * | Improve documentation and replace publish_on_command with CommandPolicy enum | diogo464 | 2025-12-14 | 1 | -3/+7 |
| | | | | | | | | | | | | | | - Enhanced crate-level documentation with comprehensive examples and feature list - Improved README with badges, better structure, and clearer examples - Added README.tpl template and generate-readme.sh script for cargo-readme - Documented run() and connect_and_run() functions with detailed behavior explanations - Replaced publish_on_command boolean with CommandPolicy enum (PublishState/Manual) - Added comprehensive documentation for CommandPolicy explaining both modes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]> | ||||
| * | formatting and improved timeout handling | diogo464 | 2025-12-08 | 1 | -1/+3 |
| | | |||||
| * | added queue_publish logic to switch set method | diogo464 | 2025-12-05 | 1 | -4/+17 |
| | | | | | | | | | | | Updates switch's set method to only queue publish when the state value actually changes, matching the behavior in entity_number. This prevents unnecessary MQTT publishes when setting the same state multiple times. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> | ||||
| * | added publish_on_command option to switch | diogo464 | 2025-12-05 | 1 | -2/+20 |
| | | |||||
| * | reworked entity storage | diogo464 | 2025-12-05 | 1 | -4/+12 |
| | | |||||
| * | reworked entity creation | diogo464 | 2025-12-05 | 1 | -0/+59 |
