Releases: foxcris/appdaemon-telegrambot
Releases · foxcris/appdaemon-telegrambot
v1.2.3
Version 1.1
- 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
- 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