hass-core/homeassistant
Chris Cowart 8c0035c5b3 New features for Owntracks device_tracker (#11480)
* New features for Owntracks device_tracker

- Supporting a mapping of region names in OT to zones in HA, allowing
  separate namespaces in both applications. This is especially helpful
  if using one OT instance to update geofences for multiple homes.
- Creating a setting to ignore all location updates, allowing users to
  rely completely on enter and leave events. I have personally always
  used OT integrations with home automation this way and find it the
  most reliable.
- Allowing the OT topic to be overridden in configuration

* Fixing configuration of MQTT topic, related tests

* Tests for Owntracks events_only feature

* Tests for customizing mqtt topic, region mapping

* Fixing _parse and http for owntracks custom topic

* Making tests more thorough and cleaning up lint
2018-01-08 08:16:45 +01:00
..
components New features for Owntracks device_tracker (#11480) 2018-01-08 08:16:45 +01:00
helpers Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
scripts Upgrade credstash to 1.14.0 (#10310) 2017-11-03 21:18:33 -07:00
util Always consume the no_throttle keyword argument. (#11126) 2017-12-13 20:01:59 -08:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py This change fixes the error OSError: [WinError 193] on Windows debuggers (i.e. PyCharm) (#11034) 2017-12-09 16:58:52 -08:00
bootstrap.py Add basic backend support for a system log (#10492) 2017-11-14 20:35:56 -08:00
config.py Revert "Backup configuration files before overwriting" (#11269) 2017-12-21 22:33:37 +01:00
const.py Bump dev to 0.61.0.dev0 2017-12-17 16:29:36 +01:00
core.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
exceptions.py Fix recorder crash for long state string - enforce at core level (#9696) 2017-10-25 09:05:30 -07:00
loader.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
monkey_patch.py Make monkey patch work in Python 3.6 (#7848) 2017-06-01 23:23:39 -07:00
package_constraints.txt Upgrade yarl to 0.17.0 (#11478) 2018-01-06 09:42:09 +01:00
remote.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
setup.py Silence redundant warnings about slow setup (#11352) 2018-01-02 12:16:32 -08:00