HomeAssistant Azure
5d37eb8eeb
[ci skip] Translation update
2020-04-30 00:03:17 +00:00
HomeAssistant Azure
7faba60e83
[ci skip] Translation update
2020-04-29 00:03:31 +00:00
starkillerOG
e46f1b69ba
Add Xiaomi miio Alarm Control Panel ( #32091 )
...
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
2020-04-29 01:44:31 +02:00
Erik Montnemery
066e921a8b
Rename SwitchDevice to SwitchEntity ( #34673 )
2020-04-26 18:50:37 +02:00
Erik Montnemery
e4333a7a44
Rename Light to LightEntity ( #34593 )
2020-04-26 18:49:41 +02:00
Erik Montnemery
aa60d362fd
Rename RemoteDevice to RemoteEntity ( #34676 )
2020-04-26 02:12:36 +02:00
Erik Montnemery
d3ed80cf53
Rename VacuumDevice to VacuumEntity ( #34674 )
2020-04-26 02:11:08 +02:00
Maciej Bieniek
c30600a044
Add unit_of_measurement property for air_quality entity ( #33304 )
2020-04-14 23:15:08 +02:00
springstan
fca90a8ddc
Improve string formatting v5 ( #33697 )
...
* Improve string formatting v5
* Address review comments
2020-04-05 17:48:55 +02:00
Franck Nijhof
24840b54ac
Add yamllint (in pre-commit and CI) ( #33676 )
...
* Add yamllint (in pre-commit and CI)
* Fix linting for all YAML files
* Bump and add it to requirements
* Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 10:33:45 +02:00
springstan
dde93304d3
Improve string formatting v2 ( #33645 )
...
* Improve string formatting v2
* Improve string formatting v3
* Address review comments
2020-04-04 23:09:34 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Andrey Kupreychik
912eb321d9
Add support for Mi AirPurifier 3 ( #31729 )
...
* Adding support for Mi AirPurifier 3
* Adding support for Mi AirPurifier 3H
* Enabled setting fan level for AirPurifier 3/3H
* Get rid of isinstance for MIOT AirPurifier
* Bumping xiaomi-miio dependency
* Fixed lint error
* Update manifest.json
* Fixed requirements files for 0.5.0.1
Co-authored-by: Piotr Król <Piotr@gorszyportal.pl>
2020-04-03 16:32:18 +02:00
Teemu R
e64104300f
Use backend-provided fan speed presets for Xiaomi vacuums, bum… ( #32850 )
...
* Use backend-provided fan speed presets for Xiaomi vacuums
This needs input from Xiaomi vacuum owners to verify that it does not break anything.
I have personally tested this on rockrobo v1 (old mapping).
Related issues/PRs:
home-assistant/core#32821
home-assistant/core#31268
home-assistant/core#27268
This is a WIP as it requires a new upstream release.
The PR is https://github.com/rytilahti/python-miio/pull/643
* Bump version requirement for 0.5.0
* Bump requirements_test_all.txt, too
* Fix linting; missing setup.cfg on local checkout caused wrong settings for black..
* Add tests for both fan speed types
* Remove useless else..
* bump python-miio to 0.5.0.1 due to broken 0.5.0 packaging
2020-04-02 16:55:44 -07:00
Ville Skyttä
496bd3dddf
Add and use more unit constants ( #32122 )
...
* Add and use speed constants
* Add and use meter based volume and area constants
* Add and use more mass unit constants
* Add and use concentration unit constants
* Add and use watts per square meter constant
* Use more time constants
* Use more data constants
2020-02-24 17:52:14 -08:00
Paulus Schoutsen
c85a7934ed
Add brightness_step to light.turn_on ( #31452 )
...
* Clean up light turn on service
* Add brightness_step to turn_on schema
* Fix import
* Fix imports 2
* Fix RFLink test
2020-02-04 16:13:29 -08:00
Frank van Ierland
e8b55552a1
Add temperature and humidity to xiaomi miio air quality monitor ( #31287 )
...
* Added new attributes to the Miio airquality monitor:
- temperature
- humidity
* updated Docstrings
* docstrings updated
2020-02-01 20:52:28 +01:00
zhumuht
27c25b6f44
Add xiaomi miio sensors cgllc.airmonitor.s1 & cgllc.airmonitor.b1 ( #30345 )
...
* support xiaomi miio sensor: cgllc.airmonitor.s1 & cgllc.airmonitor.b1
* support xiaomi miio sensor: cgllc.airmonitor.s1 & cgllc.airmonitor.b1
* rollback sensor, modify air_quality
* only set air_quality props
* remove set state from "zhimi.airmonitor.v1"
* unit_of_measurement return None when the pm25 isn't reported
* import libs by isort
2020-01-21 17:06:17 +01:00
Franck Nijhof
56dc5298fc
Remove hidden property from xiaomi_miio.remote integration ( #30727 )
2020-01-13 13:50:01 +01:00
tiagofreire-pt
7052cdded1
Change nomenclature for Roborock fan speeds ( #30614 )
...
* Change nomenclature for Roborock fan speeds
* Update test_vacuum.py
* Update test_vacuum.py
2020-01-09 23:49:13 +01:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
Ville Skyttä
e6388e186c
Remove unnecessary string literal concatenations ( #30360 )
2020-01-02 21:17:10 +02:00
Sebastian Muszynski
c051ae0bfb
Bump python-miio version to 0.4.8 ( #29890 )
2019-12-12 22:39:11 +01:00
Franck Nijhof
f5d4878992
Fix isort on a small set of misc files ( #29803 )
2019-12-10 09:25:42 +01:00
Bas Nijholt
c7b2c09a61
Sort imports according to PEP8 for xiaomi_miio ( #29677 )
2019-12-09 11:42:18 +01:00
Raman Gupta
040fd9c258
Update service domains for xiaomi_miio from base domains to xiaomi_miio domain ( #29134 )
...
* move service constants to const.py, move all custom xiaomi_miio services to xiaomi_miio domain
* update service names
* try to fix black error
* try black formatting again
* final black formatting attempt
* update service names to reflect platform
* fix typo
2019-12-02 11:49:39 -08:00
Abílio Costa
a08df53dbc
Add "gentle" mode for Xiaomi Roborock vacuum ( #29004 )
...
* Add "gentle" mode for Xiaomi Roborock vacuum
* fix tests
2019-11-27 13:46:13 +01:00
Jackie Yang
0a9ac7e655
Fix miio air quality sensor ( #28828 )
...
Fix https://github.com/home-assistant/home-assistant/issues/28827
2019-11-17 12:18:53 +01:00
Teemu R
b6c7976477
Add xiaomi_miio chuangmi.plug.hmi206 ( #28688 )
...
Related: https://github.com/rytilahti/python-miio/issues/574
2019-11-11 07:59:07 +01:00
Tomasz
f8d3ea20b6
Move imports in xiaomi_miio ( #27773 )
...
* move imports in xiaomi_miio
* reorder imports with isort
* fix pylint error
* Rename imports
2019-11-08 18:32:44 +01:00
Sebastian Muszynski
6d734a714e
Clean up Xiaomi Air Quality Monitor support (cgllc.airmonitor.b1) ( #28301 )
...
* Clean up Xiaomi Air Quality Monitor support (cgllc.airmonitor.b1)
* Remove unused variable
* Provide a proper unique_id
* Incorporate review
* Wrap the method that cause the exception
* Undo mistakenly changed file. Fixed in the separate PR.
2019-10-29 22:17:09 +01:00
Sebastian Muszynski
5b96704c4a
Use dict[key] for required config keys ( #28304 )
...
* Use dict[key] for required config keys
* Change CONF_NAME too because it has a default
2019-10-29 01:45:22 +01:00
Sebastian Muszynski
a0f764cf6d
Remove blocking I/O from the event loop ( #28305 )
2019-10-29 01:44:26 +01:00
fwestenberg
edcf476408
Add support for Xiaomi Air Quality Monitor (cgllc.airmonitor.b1) ( #27735 )
2019-10-28 07:43:01 +01:00
Sebastian Muszynski
5c01dd483f
Add Xiaomi Air Humidifier CB1 (zhimi.humidifier.cb1) support ( #27232 )
2019-10-05 13:31:10 -07:00
Sebastian Muszynski
be60b065a3
Bump python-miio version to 0.4.6 ( #27231 )
2019-10-05 13:31:01 -07:00
Kevin Eifinger
04ead6f273
move ATTR_MODE to homeassistant.const ( #27118 )
2019-10-02 09:33:47 -07:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
Franck Nijhof
dae6895a95
Use literal string interpolation in integrations X-Z (f-strings) ( #26395 )
2019-09-03 21:15:31 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Ben Lebherz
2c144bc412
add cleaning state code for roborock s6 ( #25500 )
2019-07-30 13:34:05 -04:00
Aaron Bach
9e36448f03
Add area support to vacuum service schemas ( #25443 )
...
* Add area support to vacuum service schemas
* Fixed tests
* De-couple platform schemas
2019-07-24 08:29:08 +02:00
Paulus Schoutsen
f995ab9d54
Don't pass in loop ( #23984 )
...
* Don't pass in loop
* Revert some changes
* Lint + Axis revert
* reinstate loop
* Fix a test
* Set loop
* Update camera.py
* Lint
2019-05-22 21:09:59 -07:00
Paulus Schoutsen
a52f96b23a
Add stub services.yaml and make validation mandatory ( #23213 )
2019-04-18 15:13:35 -07:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Paulus Schoutsen
cfe4cf30ad
Add manifests ( #22699 )
...
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00
Anna Prosvetova
ab2ac60d12
Fix xiaomi vacuum resume functionality ( #22626 )
2019-04-01 10:44:46 -07:00
Sebastian Muszynski
7421156dfc
Add support for the power socket of the Xiaomi AC Partner V3 ( #22205 )
2019-03-24 20:15:29 +01:00
Sebastian Muszynski
d5732c4dba
Add color support to Philips Moonlight ( #22204 )
2019-03-24 20:14:35 +01:00
Sebastian Muszynski
f4102339c1
Bump python-miio version ( #22202 )
...
* Bump python-miio version
* Rename speed property to motor_speed
* Enable set_led service of the Air Humidifier
* Allow a favorite level in [0...17]
* Allow a scene in [0...6]
2019-03-21 08:56:36 +01:00
Marco Gazzola
5115dfada2
Add zone and reps for Xiaomi vacuum ( #19777 )
...
* xiaomi vacuum with zone and reps
* tail whitespace
* tail whitespaces
* new version
* fix params typs
* fix param type
* line length
* rytilahti tips
* houndci-bot
* fix trevis
* rytilahti tips
* service description
* syssi fix
* MartinHjelmare tips
* MartinHjelmare
* data_template schema
* line lenght
* line lenght
* line lenght
* data_template schema
* fix
* Update homeassistant/components/vacuum/xiaomi_miio.py
Co-Authored-By: marcogazzola <dev@marcogazzola.com>
* Update homeassistant/components/vacuum/xiaomi_miio.py
Co-Authored-By: marcogazzola <dev@marcogazzola.com>
* xiaomi vacuum with zone and reps
* tail whitespace
* new version
* fix param type
* rytilahti tips
* rytilahti tips
* MartinHjelmare
* data_template schema
* line lenght
* line lenght
* data_template schema
* fix
* Merge branch 'dev' of https://github.com/marcogazzola/home-assistant into dev
* Revert "Merge branch 'dev' of https://github.com/marcogazzola/home-assistant into dev"
This reverts commit e1f370b3b45d2541c8117146b0940d7c2b5bc8b0.
* log fixed
* Revert "log fixed"
This reverts commit 1f0e7b35e8
.
* Revert "Revert "Merge branch 'dev' of https://github.com/marcogazzola/home-assistant into dev""
This reverts commit 1cf9e5ae1f
.
* Revert "Merge branch 'dev' of https://github.com/marcogazzola/home-assistant into dev"
This reverts commit 0e8d53449a
.
* log fixed
2019-02-20 15:44:04 +01:00
Fabian Affolter
127c55e0c1
Update file header ( #21023 )
...
* Update file header
* Update file header
* Update file header
* Update file header
* Update file header
* Fix lint issues
2019-02-13 21:21:14 +01:00
Pawel
208f1a4a47
Allow pausing xiaomi vacuum in all states ( #20620 )
...
* fix state update when no cleaning is yet performed
allow pause vacuum when returning to base
* revert checking of atttribute updates. Will be fixed in upstream lib.
* remove unnecesarry if on pause_commadn
2019-02-06 13:04:01 +01:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ( #20677 )
...
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
2019-02-02 07:13:16 -08:00