Teemu R
eb4c048b57
Simplify device __repr__ (#805)
Previously:
```
>>> dev
<DeviceType.Hub model H100 at 192.168.xx.xx (Smart Hub), is_on: False - dev specific: {'overheated': False, 'signal_level': 2, 'SSID': 'xx'}>
>>> dev.children[0]
<ChildDevice Temperature Humidity Sensor of <DeviceType.Hub model H100 at 192.168.xx.xx (Smart Hub), is_on: False - dev specific: {'overheated': False, 'signal_level': 2, 'SSID': 'xx'}>>
```
Now:
```
>>> dev
Device: <DeviceType.Hub at 192.168.xx.xx - Smart Hub (H100)>
>>> dev.children[0]
<DeviceType.Sensor Temperature Humidity Sensor (T315) of <DeviceType.Hub at 192.168.xx.xx - Smart Hub (H100)>>
```
2024-03-05 13:35:19 +01:00
..
2024-02-27 20:06:13 +01:00
2019-12-18 09:11:18 +01:00
2024-02-27 18:39:04 +01:00
2024-03-01 18:32:45 +00:00
2024-02-27 18:39:04 +01:00
2024-02-27 18:39:04 +01:00
2024-02-27 18:39:04 +01:00
2024-02-27 18:39:04 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-22 23:09:38 +01:00
2024-02-27 18:39:04 +01:00
2024-03-01 18:32:45 +00:00
2024-02-04 16:20:08 +01:00
2024-02-21 16:52:55 +01:00
2024-02-04 16:20:08 +01:00
2024-03-01 18:32:45 +00:00
2024-02-21 16:52:55 +01:00
2024-02-27 18:39:04 +01:00
2024-02-15 16:25:08 +01:00
2024-02-21 16:52:55 +01:00
2024-02-22 18:02:03 +01:00
2024-02-21 16:52:55 +01:00
2024-03-01 18:32:45 +00:00
2024-02-21 16:52:55 +01:00
2024-02-27 18:39:04 +01:00
2024-03-05 13:35:19 +01:00
2024-02-26 17:13:46 +01:00
2024-02-21 16:52:55 +01:00
2024-02-04 16:20:08 +01:00