core/homeassistant/components/notify
Ben Randall 7d43ad6a37 Colorlog windows fix (#13929)
* Fix colorlog on windows

Modified the way logging is initialized to fix two things.
1. If the import of `colorlog` fails the logs will still be formatted
   using the expected HASS log format.
2. Ensure that `logging.basicConfig` is called AFTER `colorlog` is
   imported so that the default handler generated will be writing to the
   wrapped stream generated when `colorama` is initialized.  This allows
   colored logging to work on Windows.

Added support for a `--log-no-color` command line switch in the event
that someone just wants to disable colored log output entirely.

* Fix line lengths

* Switch default value
2018-04-18 10:18:44 -04:00
..
__init__.py
apns.py
aws_lambda.py
aws_sns.py
aws_sqs.py
ciscospark.py
clickatell.py
clicksend.py Clicksend: Added support for multiple recipients (#13812) 2018-04-12 16:13:31 +02:00
clicksend_tts.py
command_line.py
demo.py
discord.py
ecobee.py
facebook.py Added FB messenger broadcast api to notify.facebook component (#12459) 2018-04-17 14:23:41 +02:00
file.py
free_mobile.py
gntp.py
group.py
hipchat.py
html5.py Fixes notify.html5 for notifications on FireFox (#12993) 2018-03-08 17:50:17 -08:00
instapush.py
ios.py
joaoapps_join.py
knx.py
kodi.py
lametric.py Cache LaMetric devices for offline use (#13379) 2018-03-23 18:10:52 +01:00
lannouncer.py
llamalab_automate.py
mailgun.py
mastodon.py Add mastodon (#13441) 2018-03-31 23:20:58 +02:00
matrix.py
message_bird.py
mycroft.py
mysensors.py Make mysensors updates and platform setup async (#13603) 2018-04-01 08:36:26 -07:00
nfandroidtv.py
nma.py
prowl.py
pushbullet.py
pushetta.py
pushover.py
pushsafer.py
rest.py Added headers configuration variable to notify.rest component (#13674) 2018-04-04 16:35:33 +02:00
rocketchat.py
sendgrid.py
services.yaml
simplepush.py
slack.py Upgrade slacker to 0.9.65 (#13496) 2018-03-28 08:27:56 +02:00
smtp.py
stride.py Added Stride notification component (#13221) 2018-03-15 20:36:03 -07:00
synology_chat.py
syslog.py
telegram.py
telstra.py
twilio_call.py
twilio_sms.py
twitter.py Upgrade TwitterAPI to 2.5.0 (#13287) 2018-03-17 17:40:03 +01:00
webostv.py
xmpp.py Colorlog windows fix (#13929) 2018-04-18 10:18:44 -04:00
yessssms.py