Commit graph

156 commits

Author SHA1 Message Date
Paulus Schoutsen
371bea03d6
Allow hassfest to validate specific integrations () 2020-04-16 09:00:04 -07:00
Paulus Schoutsen
1ffc3a00e7
Add translations check script () 2020-04-15 16:58:20 -07:00
springstan
fca90a8ddc
Improve string formatting v5 ()
* Improve string formatting v5

* Address review comments
2020-04-05 17:48:55 +02:00
Franck Nijhof
f38011560f
Add pyupgrade (in pre-commit and CI) ()
* Add pyupgrade (in pre-commit and CI)

* Fix leftover results of pyupgrade

* Ensure we run for Python 3.7 on pyupgrade
2020-04-05 12:49:57 +02:00
springstan
dde93304d3
Improve string formatting v2 ()
* Improve string formatting v2

* Improve string formatting v3

* Address review comments
2020-04-04 23:09:34 +02:00
springstan
ed71683488
Improve string formatting () 2020-04-04 20:17:11 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields () 2020-04-03 12:58:19 -07:00
Paulus Schoutsen
397238372e
Remove group as a dependency from entity integrations ()
* remove group dependency

* Update device sun light trigger

* Add zone dep back to device tracker
2020-03-16 14:47:44 -07:00
Paulus Schoutsen
db7d0eb9b9
Remove hassfest blacklisted rest ()
* Remove blacklisted deps from hassfest deps

* Whitelist all internal integrations
2020-03-03 13:57:09 -08:00
Paulus Schoutsen
270758417b
Properly define depenency for Scrape integration on Rest integ… () 2020-02-24 00:03:33 -08:00
Paulus Schoutsen
b73531b2fc
Untag discovery as an allowed dependency () 2020-02-18 08:32:56 -08:00
Paulus Schoutsen
3b3e062a35
Whitelist shopping list updated event ()
* Whitelist shopping list updated event

* Add ignore to hassfest
2020-02-12 10:13:07 -08:00
Paulus Schoutsen
cde414e1df
Use set for dependency lookup in hassfest () 2020-02-12 12:59:59 +01:00
Rohan Kapoor
52c1bc9c26 Check that documentation urls are valid ()
* Check that documentation urls are valid

* Validate documentation url in pieces
2020-01-27 10:42:26 +01:00
Franck Nijhof
aa390efd69
Add hassfest URL validation to documentation link () 2020-01-26 21:32:20 +01:00
Franck Nijhof
c0bc4bb550 Add logo & icon support to Manifest ()
* Add logo & icon support to Manifest

* Add URL validation
2020-01-24 14:36:22 -08:00
Paulus Schoutsen
98bac43228
Validate coveragerc with hassfest ()
* Validate coveragerc

* Test if files exists

* Print progress

* Flush
2020-01-24 10:25:46 -08:00
Franck Nijhof
040b283a14 Fix hassfest allowing omitting discovery methods when using OAuth2Flow () 2020-01-13 05:36:47 -08:00
Franck Nijhof
e18426051b Add Integration Quality Scale to manifest () 2020-01-07 17:21:56 +01:00
Ville Skyttä
fa4fa30461 Various string cleanups ()
* Remove some unnecessary string concatenations

* Replace some simple str.formats with f-strings

* Replace some string concatenations with f-strings
2020-01-03 14:47:06 +01:00
Ville Skyttä
e6388e186c
Remove unnecessary string literal concatenations () 2020-01-02 21:17:10 +02:00
Paulus Schoutsen
834929a14e
Clean up mobile app webhooks () 2019-12-21 22:45:06 +01:00
Paulus Schoutsen
52818bdb89
Make Hassfest stricter pt 2 ()
* Make Hassfest stricter

* Fix if-condition

* Small cleanup
2019-12-19 14:00:22 +01:00
Paulus Schoutsen
e0d6810134
Remove stream from camera after deps () 2019-12-19 11:23:19 +01:00
Paulus Schoutsen
9e51a18845
Make hassfest import detection better ()
* Make hassfest import detection better

* Fix tests
2019-12-16 08:22:20 +01:00
Paulus Schoutsen
27244e29c4 Install discovery requirements if used ()
* Install discovery requirements if used

* Update loader.py

* Fix types
2019-12-10 09:24:49 +01:00
Franck Nijhof
38a6fffecb
Add JSON files validation to hassfest () 2019-12-09 22:43:38 +01:00
Bas Nijholt
5cb6d1b21f Sort imports according to PEP8 for 'script' folder () 2019-12-09 16:24:03 +01:00
Paulus Schoutsen
a050d54847 Make hassfest stricter ()
* Make hassfest stricter

* Update manifest.json
2019-12-05 10:15:28 +01:00
Paulus Schoutsen
e99184bf68 Install requirements of after_dependencies when loading integrations ()
* Install requirements of after_dependencies when loading integrations

* Fix smartthings test
2019-12-05 09:28:56 +01:00
Ville Skyttä
1679ec3245 SSDP matching improvements ()
* SSDP matching improvements

- support multiple match groups per domain
- require matches on all, not any item in a group
- support matching on all UPnP device description data

* Manifest structure fixes
2019-11-02 12:30:09 -07:00
Felix Eckhofer
9c49b8dfc1 Fix generated comment in CODEOWNERS ()
codeowners.py was moved from `/script/manifest/` to `/script/hassfest/`
in e8343452cd.
2019-10-02 09:34:27 -07:00
Paulus Schoutsen
7d71976e01
Do not complain about automatic generated files ()
* Do not complain about automatic generated files

* Update generated files
2019-09-09 12:01:49 -07:00
Franck Nijhof
09a350ba26 Removes executable but from hassfest codeowners () 2019-09-03 17:28:47 +02:00
Franck Nijhof
decf13b948 Use literal string interpolation in core (f-strings) () 2019-08-23 09:53:33 -07:00
Pascal Vizeli
97d3f49bb8 Docker ADR ()
* Migrate Docker image to Hass.io / Multiarch

* Fix sudo

* Update CODEOWNERS

* Fix manifest

* Add more logic

* fix handling

* Move dockerfile

* Modify options
2019-08-20 10:37:55 -07:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
cdce8p
98ba015f06 Remove myself as codeowner () 2019-07-10 08:36:17 -07:00
Paulus Schoutsen
0dc0706eb2
Add more HomeKit models for discovery ()
* Add more HomeKit models for discovery

* Discover Tradfri with HomeKit

* Add Wemo device info

* Allow full match for HomeKit model

* Fix tests
2019-06-07 22:59:51 -07:00
Paulus Schoutsen
4c88578371
Add a discovery config flow to Wemo () 2019-06-03 10:06:53 -07:00
Paulus Schoutsen
3c1cdecb88
Add manifest support for homekit discovery ()
* Add manifest support for homekit discovery

* Add a space after model check

* Update comment
2019-05-31 11:58:48 -07:00
Franck Nijhof
7692cffdbe ✏️ Corrects incorrect command in hassfest () 2019-05-30 09:41:30 -07:00
Robert Svensson
84baaa324c Revert Zeroconf back to previously used library ()
* Revert back to previously used library

* Fix test

* Remove unused import

* Fix import

* Update __init__.py

* Update __init__.py

* Fix test after rebase
2019-05-29 14:20:06 -07:00
Robert Svensson
3fef9a93cf Trådfri component to use new zeroconf discovery ()
* Move tradfri component to use new zeroconf discovery

* Will this work?

* Remove prints

* Correct order in generated zeroconf

* Update test_init.py

* Update test_init.py

* Update test_init.py

* Update test_init.py
2019-05-29 11:19:50 -07:00
Paulus Schoutsen
9debbfb1a8
Add SSDP integration ()
* Add SSDP integration

* Fix tests

* Sort all the things

* Add netdisco to test requirements
2019-05-26 19:48:27 -07:00
Paulus Schoutsen
66af4bd011
Fix zeroconf sorting () 2019-05-23 14:41:57 -07:00
Robert Svensson
636077c74d Zeroconf discovery for config entries ()
* Proof of concept

* Follow comments

* Fix line length and bad imports

* Move imports to top

* Exception handling for unicode decoding
Create debug print for new service types
Add empty test files

* First try at a test

* Add type and name to service info
Fix static check

* Add aiozeroconf to test dependencies
2019-05-21 15:36:26 -07:00
Paulus Schoutsen
1e22c8daca
Automatically generate config flow list ()
* Add config flow to manifest.json

* Still load config flows via config flow platform

* Fix typo

* Lint

* Update config_flows.py"

* Catch import error when setting up entry

* Lint

* Fix tests

* Fix imports

* Lint

* Fix Unifi tests

* Fix translation test

* Add homekit_controller config flow
2019-05-13 01:16:55 -07:00
Anders Melchiorsen
2245ee98e3
Ignore stale directories ()
* Ignore stale directories

* Remove redundant tests

* Revert "Remove redundant tests"

* Print warning when skipping directories

* Suggest to remove stale directory
2019-04-29 10:53:27 +02:00
Paulus Schoutsen
00d26b3049 Random hassfest fixes () 2019-04-23 08:34:36 +02:00