7d43ad6a37
* 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 |
||
---|---|---|
.. | ||
__init__.py | ||
apns.py | ||
aws_lambda.py | ||
aws_sns.py | ||
aws_sqs.py | ||
ciscospark.py | ||
clickatell.py | ||
clicksend.py | ||
clicksend_tts.py | ||
command_line.py | ||
demo.py | ||
discord.py | ||
ecobee.py | ||
facebook.py | ||
file.py | ||
free_mobile.py | ||
gntp.py | ||
group.py | ||
hipchat.py | ||
html5.py | ||
instapush.py | ||
ios.py | ||
joaoapps_join.py | ||
knx.py | ||
kodi.py | ||
lametric.py | ||
lannouncer.py | ||
llamalab_automate.py | ||
mailgun.py | ||
mastodon.py | ||
matrix.py | ||
message_bird.py | ||
mycroft.py | ||
mysensors.py | ||
nfandroidtv.py | ||
nma.py | ||
prowl.py | ||
pushbullet.py | ||
pushetta.py | ||
pushover.py | ||
pushsafer.py | ||
rest.py | ||
rocketchat.py | ||
sendgrid.py | ||
services.yaml | ||
simplepush.py | ||
slack.py | ||
smtp.py | ||
stride.py | ||
synology_chat.py | ||
syslog.py | ||
telegram.py | ||
telstra.py | ||
twilio_call.py | ||
twilio_sms.py | ||
twitter.py | ||
webostv.py | ||
xmpp.py | ||
yessssms.py |