Help with changing filling entities attributes with node-red

[{"id":"621504126b7e8e05","type":"tab","label":"temp horo","disabled":false,"info":"","env":[]},{"id":"04c7d4d7fb6a40d5","type":"inject","z":"621504126b7e8e05","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"00 08 * * *","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":210,"y":180,"wires":[["b5b1e998912b44f3"]]},{"id":"b5b1e998912b44f3","type":"http request","z":"621504126b7e8e05","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://www.horoscope.com/us/horoscopes/general/horoscope-general-daily-today.aspx?sign=2","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"bearer","senderr":false,"headers":[],"x":410,"y":180,"wires":[["a22b754a9bd6a563"]]},{"id":"a22b754a9bd6a563","type":"html","z":"621504126b7e8e05","name":"horo","property":"payload","outproperty":"payload","tag":"html.no-js body.taurus div.grid.grid-right-sidebar.primis-rr main.grid-single-m div.main-horoscope p","ret":"html","as":"single","x":590,"y":180,"wires":[["ae14bd514f888933"]]},{"id":"ae14bd514f888933","type":"change","z":"621504126b7e8e05","name":"","rules":[{"t":"move","p":"payload[0]","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":780,"y":180,"wires":[["2be4a5e9bf8bfb2e"]]},{"id":"2be4a5e9bf8bfb2e","type":"string","z":"621504126b7e8e05","name":"","methods":[{"name":"delLeftMost","params":[{"type":"str","value":"</strong>"}]}],"prop":"payload","propout":"payload","object":"msg","objectout":"msg","x":970,"y":180,"wires":[["2d573116a686fd9b"]]},{"id":"2d573116a686fd9b","type":"ha-sensor","z":"621504126b7e8e05","name":"","entityConfig":"","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":1150,"y":180,"wires":[[]]}]

This is my flow. I am scraping horoscopes from a website but want to create an entity and add the data to an attribute since there is a 255 character limit for states.

how do i get the data to go into an entities attributes.