1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-22 06:47:07 +00:00

11 Commits

Author SHA1 Message Date
epenet
0d579f6ac3
Add hints to get_service in integrations (2/2) () 2023-01-26 16:55:57 +01:00
ildar170975
faf25b2235
Add telegram disable_web_page_preview ()
* Add telegram disable_web_page_preview

Adds ability to specify disable_web_page_preview to telegram.notify:
```
- service: notify.telegram
  data:
    message: >-
      <a href="https://www.home-assistant.io/">HA site</a>
    data:
      parse_mode: html
      disable_web_page_preview: true
```

* Update homeassistant/components/telegram/notify.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update notify.py

* Update notify.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-30 14:06:55 +02:00
zvldz
8c69194695
Add telegram message_tag, disable_notification, parse_mode ()
Co-authored-by: root <zvldz@users.noreply.github.com>
2022-02-23 19:19:01 +01:00
Vladimir Dronnikov
a4b1990487
Add telegram_bot.send_voice service ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-12-02 20:44:02 +01:00
J. Nick Koston
93555fed75
Support reloading the telegram notify platform ()
* Support reloading the telegram notify platform

* services.yaml
2020-09-02 19:08:47 -05:00
springstan
46bbe816f6
Remove None from dict.get(key, None) () 2020-04-07 21:06:05 +02:00
Bas Nijholt
de915e1bf0 Sort imports according to PEP8 for components starting with "T" () 2019-12-09 14:41:48 +01:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
cgtobi
2c07bfb9e0 Remove dependencies and requirements ()
* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit fe7171b4cd30889bad5adc9a4fd60059d05ba5a7.

* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit 391355ee2cc53cbe6954f940062b18ae34b05621.

* Remove dependencies and requirements

* Fix flake8 complaints

* Fix more flake8 complaints

* Revert non-component removals
2019-04-12 10:13:30 -07:00
Tobias Sauerwein
048b100eea Clean up docstrings ()
* Clean up docstrings

* Fix long lines

* Fix more docstrings

* Fix more docstrings

* Fix more docstrings
2019-04-03 17:40:03 +02:00
Robbie Trencheny
7741ec4d5a Great migration notify ()
* Move notify platforms into components

* Move notify tests

* Fix notify tests

* More fixes

* Update requirements

* Update .coveragerc

* Run gen reqs
2019-03-27 20:36:13 -07:00