·
87 commits
to refs/heads/main
since this release
Release 0.9.3
- feat: add another example, button (#29)
- feat: receive subscription result in esp_hass_client_subscribe_events (#24)
- feat: implement esp_hass_event_handler_register() (#23)
- feat: implement esp_hass_call_service() (#22)
- feat: add ESP_HASS_CONFIG_DEFAULT() macro (#21)
- feat: add event_queue and result_queue to esp_hass_config_t (#20)
- feat: implement esp_hass_send_message_json() (#16)
- feat: implment esp_hass_client_subscribe_events() (#14)
- initial implementation (#13)
Bug Fixes
- bugfix: avoid double-free in esp_hass_call_service() (#28)
- bugfix: ensure messages are destroyed after handler is done with them (#27)
- bugfix: remove result_queue from esp_hass_call_service_config_t (#26)
- bugfix: remove hard-coded service properties (#19)
- bugfix: replace CONFIG_HASS_ACCESS_TOKEN with config.access_token (#17)