Paulus Schoutsen
8ae2ce2299
Merge pull request #23353 from home-assistant/rc
...
0.92.0
0.92.0
2019-04-24 13:37:44 -07:00
Paulus Schoutsen
700b8b2d0c
Fix config test when current version is 92 ( #23356 )
2019-04-24 13:37:19 -07:00
Paulus Schoutsen
806aba4a1a
Bumped version to 0.92.0
2019-04-24 11:25:57 -07:00
Jason Hu
1128cf576f
Remove ghost folder ( #23350 )
2019-04-24 11:25:02 -07:00
Jason Hu
febdb72fb2
Support unicode in configuration migration ( #23335 )
2019-04-24 11:25:00 -07:00
Paulus Schoutsen
3c0146d382
Add sensor and binary senseor to default expose ( #23332 )
2019-04-24 11:24:59 -07:00
Paulus Schoutsen
9e76293141
Always set latest pin ( #23328 )
2019-04-24 11:24:58 -07:00
dreed47
6149c2877d
Zestimate - Added check for the existence of data in response ( #23310 )
2019-04-24 11:24:58 -07:00
Joakim Plate
2efe607b78
Expose door cover/binary_sensor as door type ( #23307 )
...
* Expose door cover/binary_sensor as door type
More logical to ask "What doors are open" than "What sensors are open"
* Add test for binary_sensor device_classes
* Cosmetic flake8
* Add test for device class for cover
2019-04-24 11:24:57 -07:00
Paulus Schoutsen
9fc271d178
Updated frontend to 20190424.0
2019-04-24 11:16:30 -07:00
Paulus Schoutsen
06f76e8e97
Bumped version to 0.92.0b3
0.92.0b3
2019-04-22 22:09:33 -07:00
Paulus Schoutsen
d5bd8b9405
Dont cache integrations that are not found ( #23316 )
2019-04-22 22:09:13 -07:00
Pascal Vizeli
34c03109e5
Fix hass.io panel_custom/frontend ( #23313 )
...
* Fix hass.io panel_custom/frontend
* Update manifest.json
2019-04-22 22:09:12 -07:00
Richard Mitchell
df3ceb8d87
Correct calculation and units of light level values. ( #23309 )
2019-04-22 22:09:12 -07:00
VDRainer
f514d44224
Create services.yaml for input_datetime ( #23303 )
...
* Create services.yaml for input_datetime
* HA error while parsing a flow mapping
2019-04-22 22:09:11 -07:00
Austin Mroczek
7fb0055a92
Bump skybellpy to 0.4.0 ( #23294 )
...
* Bump skybellpy to 0.4.0
* Bump skybellpy to 0.4.0 in requirements_all.txt
2019-04-22 22:09:10 -07:00
Joakim Sørensen
f81eeded90
Show correct version for stable ( #23291 )
2019-04-22 22:09:10 -07:00
damarco
6df31da180
Bump zigpy and zigpy-xbee ( #23275 )
2019-04-22 22:09:09 -07:00
damarco
364f5c8c02
Bump zigpy-deconz ( #23270 )
2019-04-22 22:09:08 -07:00
Otto Winter
85ac85c959
Fix ESPHome setup errors in beta ( #23242 )
...
* Fix ESPHome setup errors in beta
* Update requirements_all.txt
2019-04-22 22:09:08 -07:00
Andrew Sayre
a2565ad3b4
Update pyheos and log service errors in HEOS integration ( #23222 )
...
* Update pyheos and command error handling
* Correct comment and remove unnecessary autospec
2019-04-22 22:09:07 -07:00
Jc2k
6d31d56c03
Backport missing folder fix from #23191 ( #23297 )
2019-04-22 12:07:03 -07:00
Paulus Schoutsen
ef28e2cc2a
Bumped version to 0.92.0b2
0.92.0b2
2019-04-19 17:05:56 -07:00
Andrew Sayre
ff047e1cd1
Return 0 instead of None ( #23261 )
2019-04-19 17:05:46 -07:00
Paulus Schoutsen
8741a20191
Async fix for bluetooth stopping ( #23225 )
2019-04-19 17:05:45 -07:00
Paulus Schoutsen
d0c6f0b710
Ask users for a pin when interacting with locks/garage doors ( #23223 )
...
* Ask users for a pin when interacting with locks/garage doors
* Deprecate allow_unlock option
2019-04-19 17:05:44 -07:00
cgtobi
15c1213928
Add missing services.yaml file for hue ( #23217 )
...
* Add hue services.yaml
* Add lifx services.yaml
* Add lutron services.yaml
* Update lifx services.yaml
* Update hue services.yaml
* Revert lifx services.yaml as it is not necessary
* Remove hue from lights/services.yaml
2019-04-19 17:05:44 -07:00
David F. Mulcahey
f618e7253a
fix bindable devices ( #23216 )
2019-04-19 17:05:43 -07:00
David F. Mulcahey
5df57bbda5
update zha-quirks ( #23215 )
2019-04-19 17:05:43 -07:00
Paulus Schoutsen
4433ad0a06
Add stub services.yaml and make validation mandatory ( #23213 )
2019-04-19 17:05:42 -07:00
Alok Saboo
f18a49ce97
create services.yaml for shell_command ( #23210 )
2019-04-19 17:05:41 -07:00
Alok Saboo
23cb053e82
Create services.yaml for Tuya ( #23209 )
2019-04-19 17:05:41 -07:00
Richard Mitchell
52eb9e50aa
Name sensors correctly ( #23208 )
...
* Hue motion senors are motion sensors, not presence sensors.
* Name the sensors 'motion' instead of 'presence' - match the HA paradigm.
2019-04-19 17:05:40 -07:00
Erik Montnemery
35da3f053c
Fix clearing error message for MQTT vacuum ( #23206 )
...
* Fix clearing error message
* Remove redundant hass.async_block_till_done
2019-04-19 17:05:39 -07:00
Paulus Schoutsen
1a4a9532dd
Add services.yaml validator ( #23205 )
...
* Add services.yaml validator
* Fix path
2019-04-19 17:05:39 -07:00
Robbie Trencheny
2bb772bbdc
Set encoding before connecting ( #23204 )
2019-04-19 17:05:38 -07:00
Alok Saboo
ad5d4bbf51
Create services.yaml for python_script and script ( #23201 )
...
* Create services.yaml for python_script
* Create services.yaml for script
2019-04-19 17:05:38 -07:00
Otto Winter
9c9b25d4b9
Create empty services.yaml for esphome ( #23200 )
2019-04-19 17:05:37 -07:00
Paulus Schoutsen
89037b367b
Don't load component when fetching translations ( #23196 )
2019-04-19 17:05:37 -07:00
Richard Mitchell
a3c3c41faa
Hue motion senors are motion sensors, not presence sensors. ( #23193 )
2019-04-19 17:05:36 -07:00
Pascal Vizeli
7eebf4631d
Hass.io Add-on panel support for Ingress ( #23185 )
...
* Hass.io Add-on panel support for Ingress
* Revert part of discovery startup handling
* Add type
* Fix tests
* Add tests
* Fix lint
* Fix lint on test
2019-04-19 17:05:35 -07:00
Dries De Peuter
decaabeb4a
Fix niko home control dependency installation ( #23176 )
...
* Upgrade niko-home-control library
* Fix additional feedback
* Lint
2019-04-19 17:05:35 -07:00
David Bonnes
df02879c51
Improve configuration schema for Geniushub integration ( #23155 )
...
* configuration for hub tokens are now separate from host addresses/credentials
* small change to docstring
* use *args **kwargs
2019-04-19 17:05:34 -07:00
Paulus Schoutsen
dbb49afb3e
Updated frontend to 20190419.0
2019-04-19 17:05:08 -07:00
Paulus Schoutsen
25a5bd32e2
Bumped version to 0.92.0b1
0.92.0b1
2019-04-17 22:42:41 -07:00
Paulus Schoutsen
3665e87800
Don't warn for missing services ( #23182 )
2019-04-17 22:42:35 -07:00
Paulus Schoutsen
fa0d538358
Fix empty components ( #23177 )
2019-04-17 22:42:34 -07:00
Joakim Plate
c508d5905b
Google assistant skip missing type ( #23174 )
...
* Skip entity if no device type found
* Add test for potentially skipped binary sensors
* Reorg code, add tests to ensure all exposed things have types
* Lint
* Fix tests
* Lint
2019-04-17 22:42:34 -07:00
Richard Mitchell
dc2cb62265
Add basic support for native Hue sensors ( #22598 )
...
* Add basic support for native Hue sensors
* Update coveragerc
* Simplify attributes
* Remove config option
* Refactor and document device-ness and update mechanism
* Entity docstrings
* Remove lingering config for sensors
* Whitespace
* Remove redundant entity ID generation and hass assignment.
* More meaningful variable name.
* Add new 'not-darkness' pseudo-sensor.
* Refactor sensors into separate binary, non-binary, and shared modules.
* formatting
* make linter happy.
* Refactor again, fix update mechanism, and address comments.
* Remove unnecessary assignment
* Small fixes.
* docstring
* Another refactor: only call API once and make testing easier
* Tests & test fixes
* Flake & lint
* Use gather and dispatcher
* Remove unnecessary whitespace change.
* Move component related stuff out of the shared module
* Remove unused remnant of failed approach.
* Increase test coverage
* Don't get too upset if we're already trying to update an entity before it has finished adding
* relative imports
2019-04-17 22:42:33 -07:00
Richard Mitchell
d0c3a8ecaf
Kill bluetooth LE scanning gracefully when asked to shut down. ( #22586 )
...
* Kill bluetooth LE scanning gracefully when asked to shut down.
* Add missing argument.
* Refactor to use data instead of passing nonlocal variables about.
* Fix typo.
2019-04-17 22:42:33 -07:00