* Added new component meteoalarm * Update sensor.py * Update manifest.json * Update manifest.json * Update manifest.json * Added file CODEOWNERS * Modified some code, thanks @amelchio * removed Throttle because is not being used anymore * Update _attributes ad _state * some cleanup * Update sensor.py Change sensor to binarysensor * Rename sensor.py to binary_sensor.py rename the file * Update binary_sensor.py Removed BinarySensorDevice from class * Update binary_sensor.py Made a mistake with BinarySensorDevice * Update binary_sensor.py clean up white spaces * Update binary_sensor.py Fix BinarySensorDevice * Update binary_sensor.py cleanup the import libs * modified __init__ * fix * final fix, thanks @amelchio * forgot to change the sensor.py * correct some typo in text * fix typos * fix another typo * fix typo
1 line
32 B
Python
1 line
32 B
Python
"""The meteoalarm component."""
|