The current Lutron Caseta integration is rock solid and excellent. This is a feature request to add support for Lutron Caseta shades.
The integration seems to not yet support the fairly new Caseta Shades. These shades are not added as a device or entity into Home Assistant (as Lutron switches are for example).
The Lutron integration does already get a report about the shade. I presume it is just not treated as a supported “cover” type.
Here is a snippet from from the log showing what is sent:
{‘Name’: ‘Shade 1’,
‘DeviceType’: ‘SerenaEssentialsRollerShade’,
‘AssociatedArea’: {‘href’: ‘/area/32’},
‘href’: ‘/device/75’,
‘SerialNumber’: 141957303,
‘FullyQualifiedName’: [‘Primary Bathroom’, ‘Shade 1’],
‘Parent’: {‘href’: ‘/project’},
‘ModelNumber’: ‘SYERX-B-X’,
‘LocalZones’: [{‘href’: ‘/zone/46’}],
‘LinkNodes’: [{‘href’: ‘/device/75/linknode/68’}],
‘DeviceRules’: [{‘href’: ‘/devicerule/161’}],
‘FirmwareImage’: {
‘href’: ‘/firmwareimage/75’,
‘Device’: {‘href’: ‘/device/75’},
‘Contents’: [{
‘Type’: ‘CCA’,
‘OS’: {
‘Firmware’: {‘DisplayName’: ‘002.020.000r000’},
‘AvailableForUpload’: {‘DisplayName’: ‘002.020.000r000’}
}
}]
},
‘AddressedState’: ‘Addressed’,
‘AssociatedLink’: {‘href’: ‘/link/1’}
}