platypush/platypush/backend/http/webapp/src/components/panels/Entities
Fabio Manganiello 977b55dea9
Merged network addresses into `NetworkInterface` model.
2023-04-22 17:19:23 +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 Moved CPU percentage on the level of the CPU entity instead of a child entity. 2023-04-19 01:48:05 +02:00
CpuInfo.vue Added `Cpu` and `CpuTimes` entities. 2023-04-17 02:25:03 +02:00
CpuStats.vue Added `CpuStats` entity to `system`. 2023-04-18 01:19:06 +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
Disk.vue Support for `disk` entities in the `system` integration. 2023-04-20 16:26:51 +02: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
MemoryStats.vue Better responsive alignment for the collapse toggler. 2023-04-20 16:26:05 +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
NetworkInterface.vue Merged network addresses into `NetworkInterface` model. 2023-04-22 17:19:23 +02: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 Added `CpuFrequency` entity to `system`. 2023-04-18 01:49:36 +02:00
StepsSensor.vue Added `StepsSensor` entity. 2023-02-23 00:45:58 +01:00
SwapStats.vue Added memory stats entities. 2023-04-19 01:31:11 +02: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 `NetworkInterface` entities to `system` plugin. 2023-04-21 00:45:15 +02:00
vars.scss Added entities panel 2022-04-10 13:07:36 +02:00