This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Apr 12, 2016
-
-
Paulus Schoutsen authored
-
Alexander Fortin authored
* refactor validation logic into validate_payload function * add debugging messages to validation
-
Fabian Affolter authored
-
Jan Harkes authored
* Config validation for Nest platforms.
-
Jan Harkes authored
The setup_platform function is trying to get CONF_LATITUDE and CONF_LONGITUDE, but the validation schema was not accepting these. Also moved CONF_MONITORED_CONDITIONS and CONF_ELEVATION to homeassistant.const because they are used in other places.
-
Jan Harkes authored
Just on the off chance that someone who happens to run as root and also doesn't correctly parse "just remove config /lib and restart".
-
Jan Harkes authored
* Do not propagate API password in service requests. It makes service validation fail. The choice is to either handle it as an optional key in every service handler and make sure it doesn't end up in event stream and notifications, or to strip it as early as possible. * Some places still need a forwarded api password. - Event forwarding/remote api uses the local api password to authenticate against the remote instance. - The generated index.html at '/' embeds the api password.
-
Josh Wright authored
In order to prevent a potential timing attack, it's important to make sure the password check takes the same amount of time, regardless of how many characters in the candidate password match the real password. This commit does increase the verbosity of the authentication check. Generally it is a good idea for authentication logic to be very clear, even if that requires some extra verbosity.
-
- Apr 11, 2016
-
-
Robbie Trencheny authored
-
Robbie Trencheny authored
UPnP port mapping component
-
Robbie Trencheny authored
-
Robbie Trencheny authored
-
Paulus Schoutsen authored
-
Robbie Trencheny authored
-
Robbie Trencheny authored
ZeroConf component
-
Robbie Trencheny authored
-
Robbie Trencheny authored
-
Robbie Trencheny authored
-
Robbie Trencheny authored
-
Robbie Trencheny authored
-
Robbie Trencheny authored
-
Paulus Schoutsen authored
-
- Apr 10, 2016
-
-
Dennis Karpienski authored
* added first implementation of thinking cleaner * fix lock release * fixed tox flaws * updated coveragerc * fixed lock * changed update lock * fixed codestyle
-
Markus Peter authored
* Expanded homematic component with MAX! support via homegear Also multithreading fixes * fixed tox errors * incorporate changes suggested by balloob * replaced HomematicConfig Container Class with namedtuple * fixed lint errors
-
Robbie Trencheny authored
-
Robbie Trencheny authored
-
Daniel Høyer Iversen authored
-
Robbie Trencheny authored
-
Robbie Trencheny authored
-
Robbie Trencheny authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Daniel Høyer Iversen authored
-
Josh Wright authored
Since all values coming out of the Thermostat component pass though the _convert_for_display() method (which handles any necessary rounding), there is no need to round values that only exist in the internal state of the thermostat device. It serves no purpose and risks rounding errors/precision loss.
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Joel Asher Friedman authored
-
OpenDave15 authored
* Allow use of pynetgear 3.3 port parameter. * Fix lint problem
-
Paulus Schoutsen authored
-
- Apr 09, 2016
-
-
Jan Harkes authored
Instead of nested tracebacks, show a simpler error message. Config directory: /home/user/.homeassistant ERROR:homeassistant.util.yaml:duplicate key: "script" in "/home/user/.homeassistant/configuration.yaml", line 95, column 0 in "/home/user/.homeassistant/configuration.yaml", line 108, column 0
-