platypush/platypush/backend/http/webapp/src/components/panels/Entities
Fabio Manganiello bba582875a
The `data` attribute on `EntityUpdateEvent` shouldn't be taken into account for flashing updates
2022-11-27 00:56:23 +01:00
..
Battery.vue Removed unused `expanded` data attribute 2022-11-02 16:31:50 +01:00
BinarySensor.vue Added support for binary sensors (in zigbee.mqtt for now) 2022-11-05 01:47:50 +01:00
CurrentSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
Dimmer.vue Added input box for <Dimmer> entities 2022-11-27 00:56:01 +01:00
EnergySensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
Entity.vue The `data` attribute on `EntityUpdateEvent` shouldn't be taken into account for flashing updates 2022-11-27 00:56:23 +01:00
EntityIcon.vue Better management for entity error icons 2022-10-14 23:37:36 +02:00
EntityMixin.vue Propert snake case -> camel case conversion for backend entities -> frontend components 2022-11-04 22:53:24 +01:00
EnumSensor.vue Added support for `EnumSensor` entities 2022-11-21 00:04:07 +01:00
EnumSwitch.vue Implemented `EnumSwitch` entity type 2022-11-11 01:46:38 +01:00
HumiditySensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
Index.vue Mobile UI improvements 2022-11-26 01:16:07 +01:00
Light.vue Proper support for light entities on smartthings 2022-05-30 09:23:05 +02:00
LinkQuality.vue Removed unused `expanded` data attribute 2022-11-02 16:31:50 +01:00
Modal.vue Better entity modal padding 2022-10-07 11:12:30 +02:00
NumericSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
PowerSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
RawSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
Selector.vue A (slightly) smarter way to infer the plural spelling of singular entity names 2022-11-02 16:35:20 +01:00
Sensor.vue Don't display sensors with null value 2022-11-21 00:05:19 +01:00
Switch.vue Don't store/show the state of write-only toggle switches 2022-10-23 00:28:01 +02:00
TemperatureSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
VoltageSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
common.scss CSS adjustments 2022-05-01 15:44:57 +02:00
meta.json Added support for `EnumSensor` entities 2022-11-21 00:04:07 +01:00
vars.scss Added entities panel 2022-04-10 13:07:36 +02:00