1
1
---
2
2
layout : post
3
- title : " 0.37: Face, Coffee, Wink"
3
+ title : " 0.37: Face detection , Coffee, Wink"
4
4
description : " Governance, Face recognition, improved camera security, and a coffee maker"
5
5
date : 2017-01-28 08:04:05 +0000
6
6
date_formatted : " January 28, 2017"
@@ -16,7 +16,7 @@ No stats, no numbers, and alike this time. Ok, just one number: 0.37. We are bac
16
16
17
17
### {% linkable_title Governance %}
18
18
As announced, the new [ Governance] [ gov ] requires for developers to sign the CLA. [ Code of Conduct] [ coc ] , [ Contributor License Agreement] [ cla ] , and proper [ Licensing] [ license ] will to protect all involved parties in the Home Assistant eco-system from users and community members to contributors.
19
-
19
+
20
20
### {% linkable_title Face recognition using the Microsoft Face API %}
21
21
[ @pvizeli ] has been on a roll with the image processing integrations. This time it's the [ Microsoft Face API] [ face ] . This means that now it will be possible to train the API with the people you want to recognize and send images from your camera to the API as another source of automation.
22
22
@@ -44,88 +44,88 @@ Thanks to [@konikvranik] the [HDMI CEC][cec] integration got a huge update with
44
44
### {% linkable_title All changes %}
45
45
#### {% linkable_title New platforms/components %}
46
46
47
- Netatmo: [ Netatmo] [ netatmo ] Presence support ([ @gieljnssns ] )
48
- Sensor: [ Amcrest] [ amcrest ] camera sensors ([ @tchellomello ] )
49
- Notify: New [ Discord] [ discord ] notification component ([ @Deinara ] )
50
- Device tracker: [ Tado] [ tado ] device tracker support ([ @jmvermeulen ] )
51
- Sensor: Add [ Skybeacon] [ skybeacon ] BLE temperature/humidity sensor ([ @anpetrov ] )
52
- New [ Zabbix] [ zabbix ] component ([ @Whytey ] )
53
- Media player: New platform [ Anthemav] [ anthem ] Media player ([ @nugget ] )
54
- Light: Add support for [ Avion] [ avion ] Bluetooth dimmer switches ([ @mjg59 ] )
55
- Binary sensor: [ Beaglebone Black] [ bb-bin ] binary sensor ([ @MatoKafkac ] )
56
- Light: [ Piglow] [ piglow ] support ([ @xarnze ] )
57
- [ Face] [ face ] recognition for automation ([ @pvizeli ] )
58
- Sensor: New [ Washington State DOT] [ wsdot ] sensor ([ @partofthething ] )
59
- Support for Wemo CoffeeMaker devices ([ @stu-gott ] )
60
- Device tracker: [ Sky hub] [ sky ] support ([ @alexmogavero ] )
61
- Support for [ Lutron] [ lutron ] RadioRA 2 ([ @thecynic ] )
62
- TTS: Amazon [ Polly TTS] [ polly ] platform ([ @robbiet480 ] )
63
- Device tracker: Support for [ Linksys] [ linksys ] Access Points ([ @lukas-hetzenecker ] )
64
- Notify: Make calls with [ Twilio] [ twilio ] ([ @fakezeta ] )
47
+ - Netatmo: [ Netatmo] [ netatmo ] Presence support ([ @gieljnssns ] )
48
+ - Sensor: [ Amcrest] [ amcrest ] camera sensors ([ @tchellomello ] )
49
+ - Notify: New [ Discord] [ discord ] notification component ([ @Deinara ] )
50
+ - Device tracker: [ Tado] [ tado ] device tracker support ([ @jmvermeulen ] )
51
+ - Sensor: Add [ Skybeacon] [ skybeacon ] BLE temperature/humidity sensor ([ @anpetrov ] )
52
+ - New [ Zabbix] [ zabbix ] component ([ @Whytey ] )
53
+ - Media player: New platform [ Anthemav] [ anthem ] Media player ([ @nugget ] )
54
+ - Light: Add support for [ Avion] [ avion ] Bluetooth dimmer switches ([ @mjg59 ] )
55
+ - Binary sensor: [ Beaglebone Black] [ bb-bin ] binary sensor ([ @MatoKafkac ] )
56
+ - Light: [ Piglow] [ piglow ] support ([ @xarnze ] )
57
+ - [ Face] [ face ] recognition for automation ([ @pvizeli ] )
58
+ - Sensor: New [ Washington State DOT] [ wsdot ] sensor ([ @partofthething ] )
59
+ - Support for Wemo CoffeeMaker devices ([ @stu-gott ] )
60
+ - Device tracker: [ Sky hub] [ sky ] support ([ @alexmogavero ] )
61
+ - Support for [ Lutron] [ lutron ] RadioRA 2 ([ @thecynic ] )
62
+ - TTS: Amazon [ Polly TTS] [ polly ] platform ([ @robbiet480 ] )
63
+ - Device tracker: Support for [ Linksys] [ linksys ] Access Points ([ @lukas-hetzenecker ] )
64
+ - Notify: Make calls with [ Twilio] [ twilio ] ([ @fakezeta ] )
65
65
66
66
#### Improvements %}
67
67
68
- Script: Fix script release ([ @balloob ] )
69
- Camera - Amcrest: Add support for direct MJPEG streams from Amcrest cameras ([ @colinodell ] )
70
- Sensor - Miflora: Removing throttle decorator ([ @freol35241 ] )
71
- Notify - Lannouncer: Fix ` get_service ` method ([ @mKeRix ] )
72
- Sensor - WAQI: Add station parameter to waqi sensor ([ @whhsw ] )
73
- Sensor - USPS: Absolute path to save cookie used by USPS sensor ([ @tchellomello ] )
74
- Nest: Fix python-nest release number ([ @Danielhiversen ] )
75
- Keyboard remote: Improve support ([ @MrMep ] )
76
- Device tracker - VolvoOnCall: Fix timedelta ([ @pvizeli ] )
77
- Climate - eq3btsmart: Expose away attribute ([ @rytilahti ] )
78
- Remote: Reserve a test port for broken API to fix race ([ @armills ] )
79
- Climate - Ecobee: Made target temperature sensitive to auto mode ([ @Duoxilian ] )
80
- Configuration: Fix load_yaml default value ([ @balloob ] )
81
- Notify - Facebook: Fix encoding error ([ @Danielhiversen ] )
82
- Emulated_hue: Add ` upnp_bind_multicast ` option, default type to Google, and persist emulated hue IDs ([ @hoopty ] , [ @balloob ] )
83
- Docker: Install phantomjs in Docker container ([ @jnewland ] )
84
- Media player - MPD: Add listing and selection of available MPD playlists ([ @partofthething ] )
85
- Media player - Denon AVR: Denon improvements ([ @glance- ] )
86
- Light - x10.py: Improved x10 state monitoring ([ @martst ] )
87
- Sensor - DSMR: TCP, reconnecting and V4 CRC support ([ @aequitas ] )
88
- Media player - Yamaha.py: Fix Yamaha doing I/O in event loop ([ @balloob ] )
89
- Device tracker UPC: Make upc more robust ([ @pvizeli ] )
90
- Climate - Generic thermostat: Update ([ @MrMep ] )
91
- Device tracker - Xiaomi.py: Xiaomi Mi Router token refresh ([ @RiRomain ] )
92
- Camera - MJPEG: Support still image for thumbmail ([ @pvizeli ] )
93
- Sensor - ZAMG: Updated valid station id list ([ @HerrHofrat ] )
94
- Light - ISY994: Not overwrite ` state_attributes ` ([ @rmkraus ] )[ emul-hue]
95
- Light - Zwave: Use only supported features for devices ([ @turbokongen ] )
96
- Media player - Kodi: Support for volume stepping ([ @armills ] )
97
- Media player- roku: Use ` is_screensaver ` , update IDLE state, and use device name ([ @robbiet480 ] , [ @xhostplus ] )
98
- Switch - HDMI CEC: Support for devices and commands ([ @konikvranik ] )
99
- Lock - Zwave: Improvements to Zwave lock platform ([ @turbokongen ] )
100
- TTS: Invalidate broken file cache entries ([ @stu-gott ] )
101
- Light - Hue: Improvements ([ @robbiet480 ] )
102
- TTS - YandexTTS: Added speed and emotion to Yandex TTS ([ @lupin-de-mid ] )
103
- Light - tellstick.py: Tellstick light fix ([ @stefan-jonasson ] )
104
- Switch - insteon_local.py: only check for devices when not defined in config ([ @wardcraigj ] )
105
- Notify - Twitter: Allow direct messaging to user ([ @fabaff ] )
106
- Fan - MQTT: Dont set a speed when fan turns on ([ @robbiet480 ] )
107
- Config: Allow easier customization of whole domain, entity lists, globs ([ @andrey-git ] )
108
- Sensor - Homematic: Update device support ([ @danielperna84 ] )
109
- Binary sensor - ISS: Add location to attributes and option to show position on the map ([ @fabaff ] )
110
- Media player - Kodi: Add SSL configuration option ([ @ecksun ] )
111
- Sensor - WAQI: Add missing particle value ([ @fabaff ] )
112
- Wink: Support for python-wink 1.0.0 ([ @w1ll1am23 ] )
113
- Binary sensor - RPi GPIO: Add a small sleep before reading the sensor ([ @snagytx ] )
114
- Sensor - USPS: Add name to configuration ([ @happyleavesaoc ] )
115
- Sensor - Miflora: Remove throttle decorator from miflora platform ([ @freol35241 ] )
116
- Device tracker - asuswrt.py: Add IPv6 support when parsing neighbors ([ @leppa ] )
117
- iOS: Discover notify.ios when iOS component loads ([ @robbiet480 ] )
118
- Homematic: Add MAX shutter contact class ([ @jannau ] )
119
- Sensor - Darksky: Added forecast support ([ @nordlead2005 ] )
120
- Switch - Pilight: Implement echo config option ([ @janLo ] )
121
- Core: Support customize in packages ([ @kellerza ] )
122
- Switch - Flux: Allow disabling setting the brightness ([ @rytilahti ] )
123
- Media player - Sonos: Add ` is_coordinator ` , set coordinator after join/unjoin, and no emtpy image ([ @pvizeli ] , [ @andrey-git ] , [ @robbiet480 ] )
124
- Climate: Hold mode ([ @Duoxilian ] )
125
- Switch - TPlink: No longer doing I/O in event bus ([ @balloob ] )
126
- Light - Insteon local: Improve Insteon configuration ([ @wardcraigj ] )
127
- Emulated Hue: Emulated Hue "host-ip" fails to bind when running in docker without ` --net=host ` ([ @jeremydk ] )
128
- Climate - EQ3 BT smart: Add reporting for availability ([ @rytilahti ] )
68
+ - Script: Fix script release ([ @balloob ] )
69
+ - Camera - Amcrest: Add support for direct MJPEG streams from Amcrest cameras ([ @colinodell ] )
70
+ - Sensor - Miflora: Removing throttle decorator ([ @freol35241 ] )
71
+ - Notify - Lannouncer: Fix ` get_service ` method ([ @mKeRix ] )
72
+ - Sensor - WAQI: Add station parameter to waqi sensor ([ @whhsw ] )
73
+ - Sensor - USPS: Absolute path to save cookie used by USPS sensor ([ @tchellomello ] )
74
+ - Nest: Fix python-nest release number ([ @Danielhiversen ] )
75
+ - Keyboard remote: Improve support ([ @MrMep ] )
76
+ - Device tracker - VolvoOnCall: Fix timedelta ([ @pvizeli ] )
77
+ - Climate - eq3btsmart: Expose away attribute ([ @rytilahti ] )
78
+ - Remote: Reserve a test port for broken API to fix race ([ @armills ] )
79
+ - Climate - Ecobee: Made target temperature sensitive to auto mode ([ @Duoxilian ] )
80
+ - Configuration: Fix load_yaml default value ([ @balloob ] )
81
+ - Notify - Facebook: Fix encoding error ([ @Danielhiversen ] )
82
+ - Emulated_hue: Add ` upnp_bind_multicast ` option, default type to Google, and persist emulated hue IDs ([ @hoopty ] , [ @balloob ] )
83
+ - Docker: Install phantomjs in Docker container ([ @jnewland ] )
84
+ - Media player - MPD: Add listing and selection of available MPD playlists ([ @partofthething ] )
85
+ - Media player - Denon AVR: Denon improvements ([ @glance- ] )
86
+ - Light - x10.py: Improved x10 state monitoring ([ @martst ] )
87
+ - Sensor - DSMR: TCP, reconnecting and V4 CRC support ([ @aequitas ] )
88
+ - Media player - Yamaha.py: Fix Yamaha doing I/O in event loop ([ @balloob ] )
89
+ - Device tracker UPC: Make upc more robust ([ @pvizeli ] )
90
+ - Climate - Generic thermostat: Update ([ @MrMep ] )
91
+ - Device tracker - Xiaomi.py: Xiaomi Mi Router token refresh ([ @RiRomain ] )
92
+ - Camera - MJPEG: Support still image for thumbmail ([ @pvizeli ] )
93
+ - Sensor - ZAMG: Updated valid station id list ([ @HerrHofrat ] )
94
+ - Light - ISY994: Not overwrite ` state_attributes ` ([ @rmkraus ] )[ emul-hue]
95
+ - Light - Zwave: Use only supported features for devices ([ @turbokongen ] )
96
+ - Media player - Kodi: Support for volume stepping ([ @armills ] )
97
+ - Media player- roku: Use ` is_screensaver ` , update IDLE state, and use device name ([ @robbiet480 ] , [ @xhostplus ] )
98
+ - Switch - HDMI CEC: Support for devices and commands ([ @konikvranik ] )
99
+ - Lock - Zwave: Improvements to Zwave lock platform ([ @turbokongen ] )
100
+ - TTS: Invalidate broken file cache entries ([ @stu-gott ] )
101
+ - Light - Hue: Improvements ([ @robbiet480 ] )
102
+ - TTS - YandexTTS: Added speed and emotion to Yandex TTS ([ @lupin-de-mid ] )
103
+ - Light - tellstick.py: Tellstick light fix ([ @stefan-jonasson ] )
104
+ - Switch - insteon_local.py: only check for devices when not defined in config ([ @wardcraigj ] )
105
+ - Notify - Twitter: Allow direct messaging to user ([ @fabaff ] )
106
+ - Fan - MQTT: Dont set a speed when fan turns on ([ @robbiet480 ] )
107
+ - Config: Allow easier customization of whole domain, entity lists, globs ([ @andrey-git ] )
108
+ - Sensor - Homematic: Update device support ([ @danielperna84 ] )
109
+ - Binary sensor - ISS: Add location to attributes and option to show position on the map ([ @fabaff ] )
110
+ - Media player - Kodi: Add SSL configuration option ([ @ecksun ] )
111
+ - Sensor - WAQI: Add missing particle value ([ @fabaff ] )
112
+ - Wink: Support for python-wink 1.0.0 ([ @w1ll1am23 ] )
113
+ - Binary sensor - RPi GPIO: Add a small sleep before reading the sensor ([ @snagytx ] )
114
+ - Sensor - USPS: Add name to configuration ([ @happyleavesaoc ] )
115
+ - Sensor - Miflora: Remove throttle decorator from miflora platform ([ @freol35241 ] )
116
+ - Device tracker - asuswrt.py: Add IPv6 support when parsing neighbors ([ @leppa ] )
117
+ - iOS: Discover notify.ios when iOS component loads ([ @robbiet480 ] )
118
+ - Homematic: Add MAX shutter contact class ([ @jannau ] )
119
+ - Sensor - Darksky: Added forecast support ([ @nordlead2005 ] )
120
+ - Switch - Pilight: Implement echo config option ([ @janLo ] )
121
+ - Core: Support customize in packages ([ @kellerza ] )
122
+ - Switch - Flux: Allow disabling setting the brightness ([ @rytilahti ] )
123
+ - Media player - Sonos: Add ` is_coordinator ` , set coordinator after join/unjoin, and no emtpy image ([ @pvizeli ] , [ @andrey-git ] , [ @robbiet480 ] )
124
+ - Climate: Hold mode ([ @Duoxilian ] )
125
+ - Switch - TPlink: No longer doing I/O in event bus ([ @balloob ] )
126
+ - Light - Insteon local: Improve Insteon configuration ([ @wardcraigj ] )
127
+ - Emulated Hue: Emulated Hue "host-ip" fails to bind when running in docker without ` --net=host ` ([ @jeremydk ] )
128
+ - Climate - EQ3 BT smart: Add reporting for availability ([ @rytilahti ] )
129
129
130
130
Bugfix: [ @balloob ] , [ @fabaff ] , [ @freol35241 ] , [ @pvizeli ] , [ @Danielhiversen ] , [ @tdickman ] , [ @armills ] , [ @rytilahti ] , [ @R1chardTM ] , [ @asbach ] , [ @happyleavesaoc ] , [ @robbiet480 ] , [ @colinodell ] , [ @joopert ] , [ @dale3h ] , [ @pavoni ] , [ @jaharkes ] , [ @MartinHjelmare ] , [ @mezz64 ] , [ @jabesq ] , and you if you are missing in this list.
131
131
0 commit comments