Skip to content

Releases: foxcris/appdaemon-telegrambot

v1.2.3

21 Feb 18:48
c583204
Compare
Choose a tag to compare
Merge pull request #21 from foxcris/master

update to version 1.2.3

Version 1.1

10 May 22:09
Compare
Choose a tag to compare
  • changed filter procedure to use blacklist and whitelist instead of separate list for each category
  • implemented /state_sensor
  • /help is now returning an inline keyboard in addition to the normal output to call each command
  • implemented explicit send_message function to prevent a message to exceed 4096 characters. The message is then split into multiple messages
  • now using internal function getid to get the "Name" of an entity. If friendly_name is available it is used otherwise the entity_id
  • refactored code to use one internal function to build inline keyboards

Version 1.0

03 May 21:05
Compare
Choose a tag to compare
  • added command /stop_vacuum
  • now using md5 hash values for entity_id reference as callback reference can only be 64 characters long
  • added function to inform about home-assistant update (taken from updater)
  • added function to inform about appdaemon restart
  • added function to inform about home-assistant restart
  • added pytest unittests
  • implemented /get_version command
  • implemented version für TelegramBot starting with version 1.0
  • implemented app parameter extend_system
  • implemented app parameter filter_exclude_system
  • implemented app parameter filter_exclude_cover
  • implemented app parameter filter_exclude_vacuum
  • implemented app parameter filter_exclude_light
  • implemented app parameter filter_exclude_climate
  • implemented app parameter filter_exclude_person
  • new app filter parameters use regex to exclude entities