David F. Mulcahey
|
f77bd79387
|
fix user given name display (#4606)
|
2020-01-25 14:34:15 +01:00 |
|
David F. Mulcahey
|
38be488f86
|
Update ZHA config panel to handle the addition of ZHA devices for the Zigbee coordinator (#4541)
* only show when there are entities
* handle coordinator correctly
|
2020-01-21 10:35:31 +01:00 |
|
David F. Mulcahey
|
22c8e4a455
|
Add the "add all device entities to Lovelace" functionality to ZHA device card (#4521)
* fix race condition
* add all entities
|
2020-01-20 14:22:48 +01:00 |
|
David F. Mulcahey
|
9d333fb557
|
use logical device type (#4524)
|
2020-01-20 12:14:47 +01:00 |
|
David F. Mulcahey
|
ef2ca4a07f
|
Clean up display of ZHA device page (#4522)
* remove margins
* adjust help icon and max width
|
2020-01-20 12:13:47 +01:00 |
|
David F. Mulcahey
|
a2a039ebc5
|
Add group binding to the ZHA config panel and misc. cleanup (#4466)
* clean up zha device card and usage
* group binding tile
* add cluster selection to group binding tile
* fix css class name
* fix filtering
* multiselect for clusters in group binding
* pass narrow to cluster table
* fix tables
* fix device page
* address remaing comments from previous PR
* fix bad cherry-pick
* css cleanup
* consistency
* use properties
* translations
* add confirmation dialog to remove button
* fix css
* review comments
* remove noise
|
2020-01-17 16:39:57 +01:00 |
|
David F. Mulcahey
|
68d6faf4af
|
fix selection check (#4488)
|
2020-01-16 18:19:01 +01:00 |
|
 David F. MulcaheyandBram Kragten
|
5415068917
|
Rework the ZHA config panel (#4415)
* convert zha config panel to tabs
* add spacer to prevent combobox from hitting bottom
* break clusters out into their own section
* cleanup buttons
* remove header
* make devices default tab
* convert from tabs to a list view
* convert to table on dashboard
* fix anchor on mobile safari
* cleanup CSS to fix display on mobile
* cleanup card css
* more css cleanup
* fix group page
* remove translations changes
* Update src/panels/config/zha/zha-clusters.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-config-dashboard.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-device-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-groups-dashboard.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* review comments
* fix dangling quote after commit suggestion
* css cleanup
* remove flex rules
* remove flex rules
* css cleanup
* remove dialog per review comments
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
|
2020-01-08 18:35:21 +01:00 |
|
 David F. MulcaheyandBram Kragten
|
bdd18775c3
|
Add group editing to the ZHA config panel (#4382)
* add group editing
* Update src/panels/config/zha/zha-devices-data-table.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-devices-data-table.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/config/zha/zha-group-page.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* review comments
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
|
2020-01-02 15:59:18 +01:00 |
|
David F. Mulcahey
|
711d51c022
|
Disable ZHA device binding buttons when a device to bind isn't selected (#4407)
* only enable buttons when a device is selected
* review comments
|
2020-01-02 07:24:40 -05:00 |
|
David F. Mulcahey
|
1b0d8bba29
|
fix area index on ZHA device card (#4406)
|
2020-01-02 10:50:19 +01:00 |
|
David F. Mulcahey
|
680bf06a4b
|
Add group detail view to the ZHA config panel (#4380)
* add group details
* review comments
|
2019-12-24 10:29:22 -05:00 |
|
David F. Mulcahey
|
ff0b1881e2
|
Add Zigbee group removal to the ZHA config panel (#4376)
* add remove groups function
* add ability to remove groups
* translations
* review comments
* review comments
* review comments
|
2019-12-24 08:12:02 -05:00 |
|
David F. Mulcahey
|
de653e1f7b
|
Add Zigbee group viewing to ZHA config panel (#4365)
* add ability to view zigbee groups
* review comments
* remove selectable until used
|
2019-12-23 10:46:34 -05:00 |
|
David F. Mulcahey
|
164e433592
|
ZHA device info dialog (#3529)
* zha device info dialog
* cleanup
* quick hack to make this work
* remove hack
* add mixin for zha device info dialog
* fix potential exception
* cleanup
* review comments
* lint
* remove unused import
* lint
* review coments
* review comments
* translations and css
|
2019-09-04 09:40:47 -07:00 |
|
David F. Mulcahey
|
ff80eef25d
|
Update ZHA device card (#3411)
* add ability to subscribe to individual updates
* catch changes on area, device name and entity ids
* subscribe directly
* remove entity registry change
* add type
* remove device subscription
|
2019-07-24 20:05:33 -07:00 |
|
David F. Mulcahey
|
deaccd6cd4
|
Add info to ZHA device card (#3327)
* add zha domain icon
* update device card
|
2019-07-02 10:13:59 -07:00 |
|
David F. Mulcahey
|
dd56671974
|
Add NWK to ZHA device card and fix search again (#3278)
* add nwk to device info
* fix search again
|
2019-06-18 11:14:37 -07:00 |
|
David Mulcahey
|
5257715145
|
fix sorting and use user given name if available
|
2019-04-08 07:31:33 -04:00 |
|