Skip to content

v1.0.0

Choose a tag to compare

@sfox38 sfox38 released this 31 Mar 09:12
80f46bd

Version 1.0.0

Features

  • Send text, images, audio, video, stickers, locations, flex cards, and button/confirm templates to LINE users and groups.
  • Two send interfaces: standard notify.send_message for simple text, and line_ha_bot.send_message for the full feature set.
  • Trigger HA automations from incoming LINE messages via the line_bot_message_received event.
  • Reply to incoming messages using LINE's free Reply API via reply tokens.
  • Group chat support: add a LINE group as a recipient and send to or receive from the whole group.
  • Webhook-based recipient discovery: message the bot and it appears automatically in the setup flow.
  • Monthly quota sensors showing message limit and consumption.
  • Error events (line_bot_send_failed) for failed sends, enabling retry or alert automations.
  • Quick reply chips on any message type, giving recipients one-tap response options.
  • Full UI configuration. No YAML required.
  • Lightweight, does not depend on any external libraries
  • Signature-verified webhook for security.