platypush/platypush/backend/http/webapp/src/components/panels/Entities
Fabio Manganiello 4842c1911b
Frontend entities should have a reference to `allEntities`.
There are probably more optimal ways of achieving this other than
passing a reference to the full list of entities to each of the
entities, such as running a BFS to recursively expand all the entities
within the child hierarchy of an entity.

This is needed because the entity needs to know which entities aren't
direct children, but are two or more layers down in the hierarchy, so
they should be passed to their own child entities.
2023-04-17 02:25:03 +02:00
..
Accelerometer.vue Added 3-axis sensor, accelerometer and magnetometer entities 2023-04-02 01:13:22 +02: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
CloudInstance.vue Added frontend components for cloud instances. 2023-03-26 12:27:17 +02: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
Cpu.vue Added `Cpu` and `CpuTimes` entities. 2023-04-17 02:25:03 +02:00
CpuInfo.vue Added `Cpu` and `CpuTimes` entities. 2023-04-17 02:25:03 +02:00
CpuTimes.vue Added `Cpu` and `CpuTimes` entities. 2023-04-17 02:25:03 +02: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
DistanceSensor.vue Added `distance_sensor` entity 2023-03-31 14:22:28 +02:00
EnergySensor.vue Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
Entity.vue Frontend entities should have a reference to `allEntities`. 2023-04-17 02:25:03 +02:00
EntityIcon.vue Refactored EntityIcon component 2023-01-15 20:02:50 +01:00
EntityMixin.vue Frontend entities should have a reference to `allEntities`. 2023-04-17 02:25:03 +02: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 Frontend entities should have a reference to `allEntities`. 2023-04-17 02:25:03 +02: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
Magnetometer.vue Added 3-axis sensor, accelerometer and magnetometer entities 2023-04-02 01:13:22 +02:00
Modal.vue Show entity icon and type in the list of children entities on EntityModal. 2023-03-22 21:26:59 +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
PercentSensor.vue Added `PercentSensor` entity type. 2023-04-17 02:25:02 +02: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
ThreeAxisSensor.vue Added 3-axis sensor, accelerometer and magnetometer entities 2023-04-02 01:13:22 +02:00
TimeDuration.vue `s/TimeDurationSensor/TimeDuration/g` 2023-04-02 00:57:48 +02: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 `Cpu` and `CpuTimes` entities. 2023-04-17 02:25:03 +02:00
vars.scss Added entities panel 2022-04-10 13:07:36 +02:00