File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ These are XBee Zigbee based radios that have been tested with the [zigpy-xbee](h
2929- Digi XBee Series 2 (S2) modules. Note: These will need to be manually flashed with the Zigbee Coordinator API firmware via XCTU.
3030- Digi XBee Series 3 (xbee3-24) modules
3131
32- # Releases of zigpy-xbee-homeassistant via PyPI
33- Tagged versions of zigpy-xbee-homeassistant are also released via PyPI
32+ # Releases of zigpy-xbee via PyPI
33+ Tagged versions of zigpy-xbee are also released via PyPI
3434
35- - https://pypi.org/project/zigpy-xbee-homeassistant /
36- - https://pypi.org/project/zigpy-xbee-homeassistant /#history
37- - https://pypi.org/project/zigpy-xbee-homeassistant /#files
35+ - https://pypi.org/project/zigpy-xbee/
36+ - https://pypi.org/project/zigpy-xbee/#history
37+ - https://pypi.org/project/zigpy-xbee/#files
3838
3939# How to contribute
4040
Original file line number Diff line number Diff line change 1111 long_description = f .read ()
1212
1313setup (
14- name = "zigpy-xbee-homeassistant " ,
14+ name = "zigpy-xbee" ,
1515 version = zigpy_xbee .__version__ ,
1616 description = "A library which communicates with XBee radios for zigpy" ,
1717 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments