platypush/platypush/backend/http/webapp/src/components/panels/Entities
Fabio Manganiello 5dd95362a1
Include links both to the parent and children entities in EntityModal.
2023-03-22 16:20:29 +01:00
..
Battery.vue Refactored EntityIcon component 2023-01-15 20:02:50 +01:00
BinarySensor.vue Refactored EntityIcon component 2023-01-15 20:02:50 +01:00
BluetoothDevice.vue BluetoothDevice moved to its own component, with device connect support. 2023-03-20 01:28:12 +01:00
BluetoothService.vue Implemented connect/disconnect call on BluetoothService component. 2023-03-20 01:27:47 +01:00
Button.vue Implemented remaining supported entities for the `smartthings` integration 2023-01-26 22:10:02 +01:00
CompositeSensor.vue s/MultiValueSensor/CompositeSensor/g 2023-02-21 23:14:10 +01:00
ContactSensor.vue Added remaining `bluetooth` entity types in `_mappers.py`. 2023-02-23 21:20:41 +01:00
CurrentSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
Device.vue Better .pull-right class implementation. 2023-03-20 01:26:48 +01:00
DewPointSensor.vue Added `DewPointSensor` entities. 2023-02-23 01:23:04 +01:00
Dimmer.vue Better .pull-right class implementation. 2023-03-20 01:26:48 +01:00
EnergySensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
Entity.vue Implemented support for child entities in entity modals. 2023-03-21 16:02:02 +01:00
EntityIcon.vue Refactored EntityIcon component 2023-01-15 20:02:50 +01:00
EntityMixin.vue Added `parent` component value to `Entity`. 2023-03-19 12:50:45 +01:00
EnumSensor.vue Refactored EntityIcon component 2023-01-15 20:02:50 +01:00
EnumSwitch.vue Another .pull-right fix. 2023-03-20 02:04:32 +01:00
HeartRateSensor.vue Added support for heart rate sensor entities. 2023-02-23 00:55:55 +01:00
HumiditySensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
IlluminanceSensor.vue Added support for illuminance sensor entities 2022-11-27 22:38:58 +01:00
Index.vue Include links both to the parent and children entities in EntityModal. 2023-03-22 16:20:29 +01:00
Light.vue Refactored EntityIcon component 2023-01-15 20:02:50 +01:00
LinkQuality.vue Refactored EntityIcon component 2023-01-15 20:02:50 +01:00
Modal.vue Include links both to the parent and children entities in EntityModal. 2023-03-22 16:20:29 +01:00
MotionSensor.vue Added MotionSensor entities 2023-01-21 14:47:18 +01:00
Muted.vue Added `Volume` and `Muted` entities 2023-01-22 21:04:46 +01: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
PresenceSensor.vue Added remaining `bluetooth` entity types in `_mappers.py`. 2023-02-23 21:20:41 +01:00
PressureSensor.vue Added `PressureSensor` entities. 2023-02-23 01:12:27 +01:00
RawSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
Selector.vue A more self-explanatory icon for entity grouping selections 2022-11-27 00:56:47 +01:00
Sensor.vue Support sensor value reported both on `value` as well as `_value` fields. 2023-03-22 14:11:13 +01:00
StepsSensor.vue Added `StepsSensor` entity. 2023-02-23 00:45:58 +01:00
Switch.vue Refactored EntityIcon component 2023-01-15 20:02:50 +01:00
TemperatureSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
TimeDurationSensor.vue Added `TimeDurationSensor` entity. 2023-02-23 01:02:13 +01:00
VoltageSensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
Volume.vue Added `Volume` and `Muted` entities 2023-01-22 21:04:46 +01:00
WeightSensor.vue Added remaining `bluetooth` entity types in `_mappers.py`. 2023-02-23 21:20:41 +01:00
common.scss Better .pull-right class implementation. 2023-03-20 01:26:48 +01:00
meta.json Added BluetoothService UI component 2023-03-19 12:53:23 +01:00
vars.scss Added entities panel 2022-04-10 13:07:36 +02:00