1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/firmata
2021-06-06 00:19:43 +00:00
..
translations [ci skip] Translation update 2021-06-06 00:19:43 +00:00
__init__.py Fix memory leak in firmata (#49467) 2021-04-20 09:14:00 -07:00
binary_sensor.py
board.py Add constructor return type in integrations E-K (#50902) 2021-05-20 18:47:30 +03:00
config_flow.py Clean up connection classes in integrations D-G (#49890) 2021-04-30 21:02:21 -10:00
const.py Remove unnecessary variable definition in firmata (#46172) 2021-02-09 20:23:02 +01:00
entity.py Add constructor return type in integrations E-K (#50902) 2021-05-20 18:47:30 +03:00
light.py Add constructor return type in integrations E-K (#50902) 2021-05-20 18:47:30 +03:00
manifest.json Add support for IoT class in manifest (#46935) 2021-04-15 10:21:38 +02:00
pin.py Add constructor return type in integrations E-K (#50902) 2021-05-20 18:47:30 +03:00
sensor.py Migrate integrations f-h to extend SensorEntity (#48212) 2021-03-22 19:45:17 +01:00
strings.json Use reference strings in Firmata (#41073) 2020-10-02 21:11:25 +02:00
switch.py