Commit Graph

21 Commits (9c2601036d24e9576d361cdfc1f9b84bc1510976)

Author SHA1 Message Date
epenet 6f564e4f51
Improve entity type hints [r] () 2022-09-06 09:47:35 +02:00
epenet d32f3e359f
Use _attr_should_poll in components [o-r] () 2022-08-26 21:41:41 +02:00
Shay Levy fe8e193225
Fix remote_rpi_gpio missing requirement () 2022-04-06 15:48:47 -07:00
J. Nick Koston 5b755b74fb
Add loggers to integration manifest.json () 2022-01-28 13:37:53 -08:00
epenet e4a88e921f
Add switch setup type hints [n-r] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:24:34 +01:00
epenet 545b10a711
Add binary_sensor setup type hints [o-r] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 11:35:02 +01:00
epenet 95537166e8
Add init type hints [r] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:36:24 +01:00
jgriff2 bacb6c6b14
Fix remote rpi gpio input type ()
* Fix issue  - Change sensor from Button to DigitalInput

* Change references from button to sensor
2021-07-18 17:13:13 -04:00
Franck Nijhof 055cdc64c0
Add support for IoT class in manifest () 2021-04-15 10:21:38 +02:00
Philip Allgaier dde6305549
Cleanup unused loggers (components N-Z + tests) () 2020-10-16 21:24:08 -05:00
Kdemontf 39a5f68914
Update remote_rpi_gpio switch parent ()
* Update switch.py

Update to rename SwitchDevice to SwitchEntity, if appropriate.

* Update switch.py

* Update switch.py
2020-06-26 18:29:38 +02:00
Michael Auchter 58f1d1754e
Fix remote_rpi_gpio switch inversion ()
This removes the double-inversion of switches on the remote_rpi_gpio
platform.

Fixes 
2020-06-16 14:42:21 +02:00
Erik Montnemery b022e08db9
Rename BinarySensorDevice to BinarySensorEntity ()
* Rename BinarySensorDevice to BinarySensorEntity

* Tweak

* Move deprecation warning to __new__, add test

* Move deprecation warning back to __init__

* Move deprecation warning to __init_subclass
2020-04-23 21:57:07 +02:00
Paulus Schoutsen f1d3c0d19b
Remove unused manifest fields () 2020-04-03 12:58:19 -07:00
Franck Nijhof a84741392b
Format all manifests with prettier () 2020-01-06 21:28:23 +01:00
springstan d0ed9b32ac Move imports to top for remote_rpi_gpio () 2019-12-01 15:24:11 +01:00
Brendon Baumgartner 39c7d069b8 gpiozero requirement ver () 2019-10-02 15:53:37 -07:00
Franck Nijhof c7da781efc Update documentation link URL for integrations in all manifests () 2019-10-02 09:25:44 -07:00
Franck Nijhof 0df1b4c7a1 Replaces IOError by OSError () 2019-09-04 19:09:24 +02:00
Paulus Schoutsen 4de97abc3a Black 2019-07-31 12:25:30 -07:00
jgriff2 6e1728542e Add Remote RPi Component ()
* Add Remote RPi Component

* Add Remote RPi Component

* fix imports

* Added support for setup as switch and binary_sensor

* remove pylint error handling

* Changed to domain config

* Changed to domain config

* Changed to domain config

* Changed to domain config

* Update __init__.py

* Update manifest.json

* Update requirements_all.txt

* Update switch.py

* Update binary_sensor.py

* Changed to domain config
2019-05-26 13:52:06 +02:00