forked from platypush/platypush
Fabio Manganiello
0e0c90f0f2
- Infer entity types on the basis of their semantic type (bool, decimal, list) and read-only attribute (read-only bool is `BinarySensor`, read-write bool is `Switch`, read-only decimal is `NumericSensor`, read-write decimal is `Dimmer`, etc.) instead of trying to infer it from the command class. Only a small set of command classes (like configurations, vendor-specific or internal values) will be excluded. This should greatly increase the number of supported values. - Added support for `EnumSwitch` entities. - Added inference for illuminance and humidity sensors. |
||
---|---|---|
.. | ||
mqtt | ||
__init__.py | ||
_base.py | ||
_constants.py | ||
manifest.yaml |