hass-core/homeassistant
Bernhard B d451e54e34 Add Signal Messenger integration (#28537)
* added signalmessenger integration

* allows to send a message (with an attachment) to one or more
  recipients

* added signalmessenger documentation to manifest file

* remove debug logging from signalmessenger integration

* add signalmessenger to .coveragerc

* fixed typo in signalmessenger manifes

* moved service specific code to own pypi library

* updated pysignalclirestapi dependeny in manifest.json

* added pysignalclirestapi requirement for signalmessenger component

* fixed typo in codeowners

* reworked signalmessenger integration based on code review input

* updated requirements for signalmessenger

* small code improvements in signalmessenger integration

* no need to use the get() method to access dict parameters that are
required

* small changes in signalmessenger integration

* re-ordered import statements
* removed empty "requirements" list (not needed)

* changed import order in signalmessenger integration according to PEP 8

* used isort to order includes in signalmessenger integration

* renamed signalmessenger to signal_messenger

* renamed signalmessenger to signal_messenger in CODEOWNERS file

* changed documentation url in signal_messenger integration to new name

* changed signal messenger naming in .coveragerc
2019-12-09 00:27:06 +01:00
..
auth Lint config cleanups (#28864) 2019-11-25 22:40:08 -08:00
components Add Signal Messenger integration (#28537) 2019-12-09 00:27:06 +01:00
generated Add Elgato Key Light integration (#29592) 2019-12-08 09:26:31 +01:00
helpers Rendering complex template objects to leave non-template values alone (#29353) 2019-12-03 14:15:45 -08:00
scripts Upgrade keyring to 19.3.0 and keyrings.alt to 3.2.0 (#29607) 2019-12-08 13:51:54 +01:00
util Lint config cleanups (#28864) 2019-11-25 22:40:08 -08:00
__init__.py
__main__.py Lint config cleanups (#28864) 2019-11-25 22:40:08 -08:00
bootstrap.py Add cloud account linking support (#28210) 2019-10-25 16:04:24 -07:00
config.py Lint config cleanups (#28864) 2019-11-25 22:40:08 -08:00
config_entries.py Add source constants for all config entry discovery sources (#28311) 2019-10-28 23:32:57 -07:00
const.py Version bump to 0.104.0dev0 2019-12-04 22:52:58 -08:00
core.py Lint config cleanups (#28864) 2019-11-25 22:40:08 -08:00
data_entry_flow.py Type hint improvements (#28260) 2019-10-28 13:36:26 -07:00
exceptions.py Lint config cleanups (#28864) 2019-11-25 22:40:08 -08:00
loader.py Lint config cleanups (#28864) 2019-11-25 22:40:08 -08:00
monkey_patch.py Lint exclusions (#28655) 2019-11-16 10:22:07 +01:00
package_constraints.txt Upgrade pyyaml to 5.2.0 (#29586) 2019-12-07 09:06:55 +01:00
requirements.py Fix recursion 2019-12-05 10:40:05 -08:00
setup.py Install requirements of after_dependencies when loading integrations (#29491) 2019-12-05 09:28:56 +01:00